エントリーの編集
エントリーの編集は全ユーザーに共通の機能です。
必ずガイドラインを一読の上ご利用ください。
[HBASE-3529] Add search to HBase - ASF JIRA
記事へのコメント0件
- 注目コメント
- 新着コメント
このエントリーにコメントしてみましょう。
注目コメント算出アルゴリズムの一部にLINEヤフー株式会社の「建設的コメント順位付けモデルAPI」を使用しています
- バナー広告なし
- ミュート機能あり
- ダークモード搭載
関連記事
[HBASE-3529] Add search to HBase - ASF JIRA
Using the Apache Lucene library we can add freetext search to HBase. The advantages of this are: ... Using the Apache Lucene library we can add freetext search to HBase. The advantages of this are: HBase is highly scalable and distributed HBase is realtime Lucene is a fast inverted index and will soon be realtime (see LUCENE-2312) Lucene offers many types of queries not currently available in HBase (eg, AND, OR, NOT, phrase, etc) It's easier to build scalable realtime systems on top of already ar