Solr简介

    xiaoxiao2023-03-24  6

    原文地址:http://zh.hortonworks.com/apache/solr/

    Rapid indexing & search on Hadoop

    Apache Solr is the open source platform for searches of data stored in HDFS in Hadoop. Solr powers the search and navigation features of many of the world’s largest Internet sites, enabling powerful full-text search and near real-time indexing. Whether users search for tabular(表格式的), text, geo-location or sensor(传感式) data in Hadoop, they find it quickly with Apache Solr.

    WHAT SOLR DOES

    Hadoop operators put documents in Apache Solr by “indexing” via XML, JSON, CSV or binary over HTTP.

    Then users can query those petabytes of data via HTTP GET. They can receive XML, JSON, CSV or binary results. Apache Solr is optimized for high volume web traffic.

    Top features include:

    Advanced full-text searchNear real-time indexingStandards-based open interfaces like XML, JSON and HTTPComprehensive HTML administration interfacesServer statistics exposed over JMX for monitoringLinearly scalable, auto index replication, auto failover and recoveryFlexible and adaptable, with XML configuration

    Solr is highly reliable, scalable and fault tolerant. Both data analysts and developers in the open source community trust Solr’s distributed indexing, replication and load-balanced querying capabilities.

    转载请注明原文地址: https://ju.6miu.com/read-1201632.html
    最新回复(0)