• 大小:
    文件类型: .rar
    金币: 2
    下载: 1 次
    发布日期: 2021-01-03
  • 语言: 其他
  • 标签: Elasti  

资源简介

深入理解ElasticSearch第一版随书源代码

资源截图

代码片段和文件信息

package com.elasticsearchserverbook.api;

import java.io.IOException;
import java.util.logging.Logger;

import org.elasticsearch.ElasticSearchException;
import org.elasticsearch.action.admin.indices.exists.indices.IndicesExistsResponse;
import org.elasticsearch.action.index.IndexRequestBuilder;
import org.elasticsearch.client.Client;
import org.elasticsearch.common.settings.ImmutableSettings;
import org.elasticsearch.common.settings.Settings;
import org.elasticsearch.common.xcontent.XContentFactory;
import org.elasticsearch.node.Node;
import org.elasticsearch.node.NodeBuilder;
import org.junit.After;

public class AbstractApi {
protected static final Logger LOG = Logger.getLogger(“TEST“);

private Client client;
private Node node;


/**
 * Returns ElasticSearch client.
 * @return c

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件        316  2013-04-02 08:29  深入理解ElasticSearch第一版随书源代码\1435OS_Code\Chapter 02\Filters and scopes in ElasticSearch faceting mechanism\filtered_query.json

     文件        389  2013-04-02 09:06  深入理解ElasticSearch第一版随书源代码\1435OS_Code\Chapter 02\Filters and scopes in ElasticSearch faceting mechanism\filtered_query_facet_filter.json

     文件        233  2013-04-02 19:49  深入理解ElasticSearch第一版随书源代码\1435OS_Code\Chapter 02\Filters and scopes in ElasticSearch faceting mechanism\query_global_scope.json

     文件        252  2013-04-02 10:15  深入理解ElasticSearch第一版随书源代码\1435OS_Code\Chapter 02\Filters and scopes in ElasticSearch faceting mechanism\query_with_filter.json

     文件        340  2013-03-31 08:54  深入理解ElasticSearch第一版随书源代码\1435OS_Code\Chapter 02\Query rewrite explained\constant_score_query.json

     文件        102  2013-03-31 08:55  深入理解ElasticSearch第一版随书源代码\1435OS_Code\Chapter 02\Query rewrite explained\prefix_query.json

     文件        241  2013-03-29 09:43  深入理解ElasticSearch第一版随书源代码\1435OS_Code\Chapter 02\Using filters to optimize your queries\books.json

     文件        323  2013-03-29 09:43  深入理解ElasticSearch第一版随书源代码\1435OS_Code\Chapter 02\Using filters to optimize your queries\clients.json

     文件        378  2013-03-29 10:08  深入理解ElasticSearch第一版随书源代码\1435OS_Code\Chapter 02\Using filters to optimize your queries\query.json

     文件        491  2013-04-12 02:14  深入理解ElasticSearch第一版随书源代码\1435OS_Code\Chapter 03\Altering Apache Lucene scoring\posts_base_similarity.json

     文件        507  2013-04-12 01:53  深入理解ElasticSearch第一版随书源代码\1435OS_Code\Chapter 03\Altering Apache Lucene scoring\posts_custom_similarity.json

     文件        494  2013-04-12 02:00  深入理解ElasticSearch第一版随书源代码\1435OS_Code\Chapter 03\Altering Apache Lucene scoring\posts_default_similarity.json

     文件        299  2013-04-11 09:40  深入理解ElasticSearch第一版随书源代码\1435OS_Code\Chapter 03\Altering Apache Lucene scoring\posts_no_similarity.json

     文件        345  2013-04-11 09:51  深入理解ElasticSearch第一版随书源代码\1435OS_Code\Chapter 03\Altering Apache Lucene scoring\posts_similarity.json

     文件        299  2013-04-11 09:40  深入理解ElasticSearch第一版随书源代码\1435OS_Code\Chapter 03\Using codecs\posts.json

     文件        566  2013-04-20 01:36  深入理解ElasticSearch第一版随书源代码\1435OS_Code\Chapter 03\Using codecs\posts_bloom_custom.json

     文件        330  2013-04-14 04:19  深入理解ElasticSearch第一版随书源代码\1435OS_Code\Chapter 03\Using codecs\posts_codec.json

     文件        564  2013-04-14 08:13  深入理解ElasticSearch第一版随书源代码\1435OS_Code\Chapter 03\Using codecs\posts_codec_custom.json

     文件       6253  2013-04-26 22:27  深入理解ElasticSearch第一版随书源代码\1435OS_Code\chapter 04\reroute\status.json

     文件       6253  2013-04-26 22:35  深入理解ElasticSearch第一版随书源代码\1435OS_Code\chapter 04\reroute\status_after_move.json

     文件       1243  2013-04-30 09:57  深入理解ElasticSearch第一版随书源代码\1435OS_Code\chapter 04\using our knowledge\elasticsearch.yml

     文件        173  2013-06-11 00:43  深入理解ElasticSearch第一版随书源代码\1435OS_Code\chapter 06\warmers\child.json

     文件        159  2013-06-11 00:19  深入理解ElasticSearch第一版随书源代码\1435OS_Code\chapter 06\warmers\docs.json

     文件        408  2013-06-11 07:43  深入理解ElasticSearch第一版随书源代码\1435OS_Code\chapter 06\warmers\index_warmer.json

     文件        145  2013-06-11 00:48  深入理解ElasticSearch第一版随书源代码\1435OS_Code\chapter 06\warmers\query.json

     文件        362  2013-06-11 00:46  深入理解ElasticSearch第一版随书源代码\1435OS_Code\chapter 06\warmers\setup.sh

     文件       2302  2013-07-08 23:08  深入理解ElasticSearch第一版随书源代码\1435OS_Code\chapter 07\response_garbage_out.json

     文件       2131  2013-07-08 23:49  深入理解ElasticSearch第一版随书源代码\1435OS_Code\chapter 07\response_ngram.json

     文件       3374  2013-07-09 00:21  深入理解ElasticSearch第一版随书源代码\1435OS_Code\chapter 07\response_query_facets.json

     文件       2234  2013-07-08 21:19  深入理解ElasticSearch第一版随书源代码\1435OS_Code\chapter 07\response_query_multi_match.json

............此处省略172个文件信息

评论

共有 条评论