はてなブックマークアプリ

サクサク読めて、
アプリ限定の機能も多数!

アプリで開く

はてなブックマーク

  • はてなブックマークって?
  • アプリ・拡張の紹介
  • ユーザー登録
  • ログイン
  • Hatena

はてなブックマーク

トップへ戻る

  • 総合
    • 人気
    • 新着
    • IT
    • 最新ガジェット
    • 自然科学
    • 経済・金融
    • おもしろ
    • マンガ
    • ゲーム
    • はてなブログ(総合)
  • 一般
    • 人気
    • 新着
    • 社会ニュース
    • 地域
    • 国際
    • 天気
    • グルメ
    • 映画・音楽
    • スポーツ
    • はてな匿名ダイアリー
    • はてなブログ(一般)
  • 世の中
    • 人気
    • 新着
    • 新型コロナウイルス
    • 働き方
    • 生き方
    • 地域
    • 医療・ヘルス
    • 教育
    • はてな匿名ダイアリー
    • はてなブログ(世の中)
  • 政治と経済
    • 人気
    • 新着
    • 政治
    • 経済・金融
    • 企業
    • 仕事・就職
    • マーケット
    • 国際
    • はてなブログ(政治と経済)
  • 暮らし
    • 人気
    • 新着
    • カルチャー・ライフスタイル
    • ファッション
    • 運動・エクササイズ
    • 結婚・子育て
    • 住まい
    • グルメ
    • 相続
    • はてなブログ(暮らし)
    • 掃除・整理整頓
    • 雑貨
    • 買ってよかったもの
    • 旅行
    • アウトドア
    • 趣味
  • 学び
    • 人気
    • 新着
    • 人文科学
    • 社会科学
    • 自然科学
    • 語学
    • ビジネス・経営学
    • デザイン
    • 法律
    • 本・書評
    • 将棋・囲碁
    • はてなブログ(学び)
  • テクノロジー
    • 人気
    • 新着
    • IT
    • セキュリティ技術
    • はてなブログ(テクノロジー)
    • AI・機械学習
    • プログラミング
    • エンジニア
  • おもしろ
    • 人気
    • 新着
    • まとめ
    • ネタ
    • おもしろ
    • これはすごい
    • かわいい
    • 雑学
    • 癒やし
    • はてなブログ(おもしろ)
  • エンタメ
    • 人気
    • 新着
    • スポーツ
    • 映画
    • 音楽
    • アイドル
    • 芸能
    • お笑い
    • サッカー
    • 話題の動画
    • はてなブログ(エンタメ)
  • アニメとゲーム
    • 人気
    • 新着
    • マンガ
    • Webマンガ
    • ゲーム
    • 任天堂
    • PlayStation
    • アニメ
    • バーチャルYouTuber
    • オタクカルチャー
    • はてなブログ(アニメとゲーム)
    • はてなブログ(ゲーム)
  • おすすめ

    WWDC25

『Welcome to Lucene!』

  • 人気
  • 新着
  • すべて
  • Apache Lucene - Index File Formats

    3 users

    lucene.apache.org

    This document defines the index file formats used in this version of Lucene. If you are using a different version of Lucene, please consult the copy of docs/fileformats.html that was distributed with the version you are using. Apache Lucene is written in Java, but several efforts are underway to write versions of Lucene in other programming languages. If these versions are to remain compatible wit

    • テクノロジー
    • 2012/04/26 16:10
    • Apache Lucene - Query Parser Syntax

      15 users

      lucene.apache.org

      Although Lucene provides the ability to create your own queries through its API, it also provides a rich query language through the Query Parser, a lexer which interprets a string into a Lucene Query using JavaCC. Generally, the query parser syntax may change from release to release. This page describes the syntax as of the current release. If you are using a different version of Lucene, please co

      • テクノロジー
      • 2009/10/27 16:56
      • lucene
      • solr
      • elasticsearch
      • java
      • http://lucene.apache.org/nutch/apidocs-1.0/index.html

        3 users

        lucene.apache.org

        • 暮らし
        • 2009/04/28 06:20
        • nutch
        • api
        • Welcome to PyLucene

          8 users

          lucene.apache.org

          Welcome to PyLucene What is PyLucene ? PyLucene is a Python extension for accessing Java Lucene™. Its goal is to allow you to use Lucene's text indexing and searching capabilities from Python. It is API compatible with Java Lucene version 10.0.0 as of October 20th, 2024. PyLucene is not a Lucene port but a Python wrapper around Java Lucene. PyLucene embeds a Java VM with Lucene into a Python proce

          • テクノロジー
          • 2009/04/05 23:16
          • lucene
          • python
          • Java
          • Apache Mahout - Taste Documentation

            5 users

            lucene.apache.org

            Taste is a flexible, fast collaborative filtering engine for Java. The engine takes users' preferences for items ("tastes") and returns estimated preferences for other items. For example, a site that sells books or CDs could easily use Taste to figure out, from past purchase data, which CDs a customer might be interested in listening to. Taste provides a rich set of components from which you can c

            • テクノロジー
            • 2009/03/30 18:05
            • Mahout
            • Taste
            • レコメンデーション
            • hadoop
            • Document
            • オープンソース
            • 機械学習
            • お役立ち
            • Apache Lucene - Query Parser Syntax

              8 users

              lucene.apache.org

              Although Lucene provides the ability to create your own queries through its API, it also provides a rich query language through the Query Parser, a lexer which interprets a string into a Lucene Query using JavaCC. This page provides the Query Parser syntax in Lucene 1.9. If you are using a different version of Lucene, please consult the copy of docs/queryparsersyntax.html that was distributed with

              • テクノロジー
              • 2009/01/06 12:29
              • lucene
              • syntax
              • 検索
              • 検索構文
              • Apache Lucene - Query Parser Syntax

                7 users

                lucene.apache.org

                Although Lucene provides the ability to create your own queries through its API, it also provides a rich query language through the Query Parser, a lexer which interprets a string into a Lucene Query using JavaCC. This page provides the Query Parser syntax in Lucene 1.9. If you are using a different version of Lucene, please consult the copy of docs/queryparsersyntax.html that was distributed with

                • 世の中
                • 2008/12/16 22:06
                • lucene
                • solr
                • syntax
                • まとめ
                • Apache Tika – Apache Tika

                  8 users

                  lucene.apache.org

                  Apache Tika - a content analysis toolkit The Apache Tika™ toolkit detects and extracts metadata and text from over a thousand different file types (such as PPT, XLS, and PDF). All of these file types can be parsed through a single interface, making Tika useful for search engine indexing, content analysis, translation, and much more. You can find the latest release on the download page. Please see

                  • テクノロジー
                  • 2008/12/12 15:12
                  • lucene
                  • apache
                  • java
                  • tika
                  • Welcome to Apache Solr

                    180 users

                    lucene.apache.org

                    Solr is the blazing-fast, open source, multi-modal search platform built on the full-text, vector, and geospatial search capabilities of Apache Lucene™. Learn more about Solr. Solr is highly reliable, scalable and fault tolerant, providing distributed indexing, replication and load-balanced querying, automated failover and recovery, centralized configuration and more. Solr powers the search and na

                    • テクノロジー
                    • 2006/12/24 12:06
                    • solr
                    • lucene
                    • 全文検索
                    • apache
                    • search
                    • java
                    • 検索エンジン
                    • 検索
                    • Library
                    • server
                    • Apache Hadoop

                      6 users

                      lucene.apache.org

                      Apache Hadoop The Apache® Hadoop® project develops open-source software for reliable, scalable, distributed computing. The Apache Hadoop software library is a framework that allows for the distributed processing of large data sets across clusters of computers using simple programming models. It is designed to scale up from single servers to thousands of machines, each offering local computation an

                      • テクノロジー
                      • 2006/10/08 13:45
                      • framework
                      • google
                      • Apache Hadoop

                        61 users

                        lucene.apache.org

                        Apache Hadoop The Apache® Hadoop® project develops open-source software for reliable, scalable, distributed computing. The Apache Hadoop software library is a framework that allows for the distributed processing of large data sets across clusters of computers using simple programming models. It is designed to scale up from single servers to thousands of machines, each offering local computation an

                        • 暮らし
                        • 2006/03/26 06:50
                        • mapreduce
                        • hadoop
                        • filesystem
                        • java
                        • apache
                        • 分散
                        • distributed
                        • storage
                        • search
                        • DB
                        • Nutch version 0.7 tutorial

                          4 users

                          lucene.apache.org

                          First, you need to get a copy of the Nutch code. You can download a release from http://lucene.apache.org/nutch/release/. Unpack the release and connect to its top-level directory. Or, check out the latest source code from subversion and build it with Ant. Try the following command: bin/nutch This will display the documentation for the Nutch command script. Now we're ready to crawl. There are two

                          • 学び
                          • 2006/01/21 10:58
                          • Nutch
                          • Welcome to Lucene!

                            90 users

                            lucene.apache.org

                            Apache Lucene set the standard for search and indexing performance. Lucene is the search core of both Apache Solr™ and Elasticsearch™. Our core algorithms along with the Solr search server power applications the world over, ranging from mobile devices to sites like Twitter, Apple and Wikipedia.

                            • テクノロジー
                            • 2005/09/29 07:16
                            • lucene
                            • apache
                            • search
                            • java
                            • 全文検索
                            • 検索エンジン
                            • searchengine
                            • opensource
                            • programming
                            • 自然言語処理
                            • Nutch: Nutchについて

                              17 users

                              lucene.apache.org

                              Nutchは、オープンソース・ウェブ検索エンジンを実装する初めての試みです。 ウェブ検索はインターネット・ナビゲーションのために必用な基本的機能です。ところが現在では、ウェブ検索エンジンの数は減少しています。 今日の寡占状態は、すぐに、ほとんど全てのウェブ検索を提供している一つの会社の商業利用に独占されるかもしれません。 一社の独占は、多くのインターネットのユーザーにとって良くないことです。 Nutch は、商用ウェブ検索エンジンには無い透過性(公開性)をもたらすものです。 Nutch による検索結果は、充分に偏見が無いことがわかっており、安心して検索をまかせることができます(少なくとも、Nutsh のバイアスは、公共のためのものです)。 全ての既存の主な検索エンジンは、検索エンジン所有者の実装した公式によって順位が決められます。検索結果として与えられたページの順位付けの理由が説明されるわ

                              • 世の中
                              • 2005/09/05 06:52
                              • nutch
                              • 検索エンジン
                              • オープンソース
                              • 検索
                              • apache
                              • Nutch

                                26 users

                                lucene.apache.org

                                Nutch is a highly extensible, highly scalable, matured, production-ready Web crawler which enables fine grained configuration and accomodates a wide variety of data acquisition tasks. Scalable Relying on Apache Hadoop™ data structures, Nutch is great for batch processing large data volumes but can also be tailored to smaller jobs. Pluggable Out of the box Nutch offer powerful plugins i.e., parsing

                                • テクノロジー
                                • 2005/07/28 19:45
                                • nutch
                                • java
                                • search
                                • 検索
                                • apache
                                • Apache Lucene Core

                                  35 users

                                  lucene.apache.org

                                  Apache Lucene sets the standard for search and indexing performance Apache Lucene Core Apache Lucene™ is a high-performance, full-featured search engine library written entirely in Java. It is a technology suitable for nearly any application that requires structured search, full-text search, faceting, nearest-neighbor search across high-dimensionality vectors, spell correction or query suggestions

                                  • テクノロジー
                                  • 2005/06/01 18:15
                                  • lucene
                                  • search
                                  • apache
                                  • java
                                  • 全文検索
                                  • 検索
                                  • Database
                                  • Apache Lucene - Overview - Apache Lucene

                                    46 users

                                    lucene.apache.org

                                    Apache Lucene sets the standard for search and indexing performance Apache Lucene Core Apache Lucene™ is a high-performance, full-featured search engine library written entirely in Java. It is a technology suitable for nearly any application that requires structured search, full-text search, faceting, nearest-neighbor search across high-dimensionality vectors, spell correction or query suggestions

                                    • 暮らし
                                    • 2005/03/24 10:15
                                    • Lucene
                                    • apache
                                    • 全文検索
                                    • java
                                    • search
                                    • 検索
                                    • 検索エンジン

                                    このページはまだ
                                    ブックマークされていません

                                    このページを最初にブックマークしてみませんか?

                                    『Welcome to Lucene!』の新着エントリーを見る

                                    キーボードショートカット一覧

                                    j次のブックマーク

                                    k前のブックマーク

                                    lあとで読む

                                    eコメント一覧を開く

                                    oページを開く

                                    はてなブックマーク

                                    • 総合
                                    • 一般
                                    • 世の中
                                    • 政治と経済
                                    • 暮らし
                                    • 学び
                                    • テクノロジー
                                    • エンタメ
                                    • アニメとゲーム
                                    • おもしろ
                                    • アプリ・拡張機能
                                    • 開発ブログ
                                    • ヘルプ
                                    • お問い合わせ
                                    • ガイドライン
                                    • 利用規約
                                    • プライバシーポリシー
                                    • 利用者情報の外部送信について
                                    • ガイドライン
                                    • 利用規約
                                    • プライバシーポリシー
                                    • 利用者情報の外部送信について

                                    公式Twitter

                                    • 公式アカウント
                                    • ホットエントリー

                                    はてなのサービス

                                    • はてなブログ
                                    • はてなブログPro
                                    • 人力検索はてな
                                    • はてなブログ タグ
                                    • はてなニュース
                                    • ソレドコ
                                    • App Storeからダウンロード
                                    • Google Playで手に入れよう
                                    Copyright © 2005-2025 Hatena. All Rights Reserved.
                                    設定を変更しましたx