Giter VIP home page Giter VIP logo

hbase-increment-index's Introduction

地址

我的Blog预览 欢迎添加友链

github 地址 欢迎star

说明

一款jekyll主题,简洁纯净,支持自适应,感谢tmaize同学的模块。

截图

s1

s2

使用

配置说明

encoding: utf-8

# seo
title: TMaize'Blog
description: TMaize'Blog
keywords: TMaize,Blog,TMaize'Blog
author: TMaize

# 上下文环境,"","/blog"
context: ""
scheme: "http"
domain: "blog.tmaize.net"

## 文章url前缀
permalink: /posts/:year/:month/:day/:title.html

copyright: 2016
beianhao: "皖ICP备16016174号"

coderay:
  coderay_tab_width: 4

写文章

符合 jekyll 的使用规范,请参考我的文件放置规则

文章放在_posts目录

文章资源放在posts目录

要修改的文件

hbase-increment-index's People

Contributors

qindongliang avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

hbase-increment-index's Issues

BUG1

类:com.hbase.easy.index.HbaseSolrIndexCoprocesser

for(String cf:column_family.split(",")) {//遍历所有的列簇
List cells=put.getFamilyCellMap().get(Bytes.toBytes(cf));
//先做判断,会报空指针
if(cells==null){
//logger.info("cf="+cf+"取列簇cell列表为空..................");
continue;
}
logger.info("cf="+cf);
for (Cell kv :cells) {
String name=Bytes.toString(CellUtil.cloneQualifier(kv));//获取列名
String value=Bytes.toString(CellUtil.cloneValue(kv));//获取列值 or CellUtil.cloneValue(kv) kv.getValueArray()
logger.info("name="+name+"........value="+value);
doc.addField(name,value);//添加到索引doc里面
}
}

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.