Code Monkey home page Code Monkey logo

Comments (1)

s-yata avatar s-yata commented on May 22, 2024

f271556 でエラーとして扱われるようになったはずですが,テーブルは作られてしまうようです.

$ groonga --version
Groonga 7.1.0-13-g25d0bf4 [linux-gnu,x86_64,utf8,match-escalation-threshold=0,nfkc,mecab,msgpack,mruby,onigmo,zlib,lz4,zstd,epoll]

configure options: < 'CFLAGS=-g -O0' 'CXXFLAGS=-g -O0' '--with-ruby' '--enable-mruby'>
$ groonga -n /tmp/db/db
> table_create tbl TABLE_PAT_KEY ShortText --token_filters NoSuchTokenFilter --output_pretty yes
[
  [
    -22,
    1515645476.565119,
    0.002340078353881836,
    "[table][create][token-filter] nonexistent token filter: <NoSuchTokenFilter>",
    [
      [
        "grn_proc_table_set_token_filters_put",
        "proc_table.c",
        88
      ]
    ]
  ],
  false
]

> select tbl
[[0,1515645479.285052,0.001311540603637695],[[[0],[["_id","UInt32"],["_key","ShortText"]]]]]

> object_inspect tbl --output_pretty yes
[
  [
    0,
    1515645589.94816,
    0.0001924037933349609
  ],
  {
    "id": 256,
    "name": "tbl",
    "type": {
      "id": 49,
      "name": "table:pat_key"
    },
    "key": {
      "type": {
        "id": 14,
        "name": "ShortText",
        "type": {
          "id": 32,
          "name": "type"
        },
        "size": 4096
      },
      "total_size": 0,
      "max_total_size": 4294967294
    },
    "value": {
      "type": null
    },
    "n_records": 0,
    "disk_usage": 4243456
  }
]

from groonga.

Related Issues (20)

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.