awesome-repositories.com
Blog
MCP
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetÀ proposNotre méthodologiePresseServeur MCP
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
apache avatar

apache/lucene-solr

0
View on GitHub↗
4,357 stars·2,596 forks·Apache-2.0·15 vueslucene.apache.org↗

Lucene Solr

Ce projet est un moteur de recherche plein texte et une infrastructure de recherche d'entreprise conçus pour l'indexation et la récupération de grands ensembles de documents. Il fournit un framework complet pour la découverte d'informations grâce à des résultats classés et une analyse linguistique.

Le système intègre la recherche de similarité vectorielle haute dimension pour la récupération sémantique, en complément des capacités traditionnelles de recherche plein texte. Il se distingue par sa prise en charge de la récupération de données géospatiales, le traitement de texte multilingue et un flux de suggestion de recherche incluant l'autocomplétion tolérante aux fautes de frappe et la correction orthographique.

La plateforme couvre un large éventail de capacités de recherche et d'indexation, notamment l'exécution de requêtes complexes, l'agrégation de facettes et le regroupement de résultats. Elle gère l'analyse de texte par tokenisation et normalisation, tout en offrant des outils spécialisés pour la jointure de documents, la mise en surbrillance des résultats et le scoring personnalisé basé sur la récence et la distance.

Une interface de recherche Python est disponible pour exposer les fonctionnalités d'indexation et de requête aux environnements de programmation externes.

Features

  • Full Text Search - Provides a comprehensive engine for indexing and retrieving large sets of documents using ranked lexical search results.
  • Full-Text Inverted Indexes - Implements inverted indexes that map individual words to documents to enable efficient full-text retrieval.
  • Text Tokenization - Breaks raw text into searchable tokens using linguistic rules to improve search accuracy.
  • Enterprise Search - Provides search infrastructure for indexing and retrieval across diverse datasets with support for faceting and grouping.
  • Full-Text Search Engines - Provides a full-text search engine for indexing and retrieving text-based content across large datasets.
  • Geospatial Search - Implements advanced querying of points and polygons to find documents based on geographic coordinates and spatial relations.
  • Linguistic Analysis Frameworks - Provides a framework for applying language-specific processing such as tokenization and stemming during indexing.
  • Multilingual Text Processing - Handles language-specific tokenization, stemming, and normalization to ensure accurate search results across different languages.
  • Search Index Management - Provides tools for configuring, querying, and maintaining search indices through concurrent indexing and segment merging.
  • Complex Search Querying - Implements advanced query mechanisms using a variety of search operators for retrieving filtered and aggregated datasets.
  • HNSW Indexes - Uses Hierarchical Navigable Small World indexes for fast approximate nearest-neighbor search on high-dimensional vector data.
  • Vector Similarity Search - Performs high-dimensional vector similarity search to enable semantic retrieval and AI-driven content discovery.
  • Asynchronous Segment Merging - Organizes index data into immutable chunks and uses background merging to optimize search performance and reclaim space.
  • Columnar Formats - Provides field data in a column-oriented format to enable fast sorting, faceting, and aggregation.
  • Term Highlighting - Marks matching terms within documents using index offsets to show exactly where search terms appear.
  • Faceted Search Engines - Provides backend logic for aggregating document counts into categories to enable faceted navigation.
  • Spellchecking - Identifies misspelled words in a query and suggests alternatives based on the indexed content.
  • Index Memory Management - Optimizes memory and disk consumption using sparse doc values and columnar batch indexing.
  • Search Result Categorizers - Organizes search output using faceting and joins to allow users to narrow findings by specific attributes.
  • Search Result Filtering - Refines search hits using numeric ranges and keyword filters to narrow down relevant content.
  • Search Suggestions - Implements prefix-based search suggestions and typo-tolerant autocomplete to help users discover correct search terms.
  • Ranked Query Completions - Offers typo-tolerant query completions as users type to help discover relevant search terms quickly.
  • Vector Quantization - Compresses high-precision vectors into lower-bit representations to reduce memory overhead.
  • Relevance Scoring - Modifies result rankings using static features, recency, and distance to calculate document relevance.
  • Offset-Based Highlighting - Marks matching terms within documents using character position offsets from the index to highlight search hits.
  • Databases and Storage - Search engine library and server for full-text indexing.
  • Search Engines - Enterprise search platform built on top of Lucene.

Historique des stars

Graphique de l'historique des stars pour apache/lucene-solrGraphique de l'historique des stars pour apache/lucene-solr

Recherche par IA

Explorez plus de dépôts awesome

Décrivez vos besoins en langage naturel — l'IA classe des milliers de projets open source sélectionnés par pertinence.

Start searching with AI

Alternatives open source à Lucene Solr

Projets open source similaires, classés selon le nombre de fonctionnalités partagées avec Lucene Solr.
  • redisearch/redisearchAvatar de RediSearch

    RediSearch/RediSearch

    6,161Voir sur GitHub↗

    RediSearch is a Redis module that adds secondary indexing, full-text search, aggregation, and vector similarity search directly into the in-memory data store. It operates as an in-process search engine, extending the core key-value store with capabilities for indexing hash and JSON documents, enabling fast field-level lookups beyond primary key access. The module provides a full-text search engine built on inverted indexes, supporting stemming, fuzzy matching, and relevance scoring via tf-idf. It also includes a vector similarity search engine using a Hierarchical Navigable Small World graph

    Cfulltextgeospatialgis
    Voir sur GitHub↗6,161
  • ravendb/ravendbAvatar de ravendb

    ravendb/ravendb

    3,961Voir sur GitHub↗

    RavenDB is a multi-model NoSQL document database designed for high-performance, ACID-compliant data storage. It persists structured information as schema-flexible JSON documents and utilizes a unit-of-work session pattern to track entity changes and batch modifications into atomic transactions. The platform is built on a distributed architecture that supports horizontal scaling through sharding and ensures high availability via multi-node, master-to-master cluster replication. The database distinguishes itself through a self-optimizing query engine that automatically creates and maintains ind

    C#csharpdatabasedocument-database
    Voir sur GitHub↗3,961
  • olivere/elasticAvatar de olivere

    olivere/elastic

    7,450Voir sur GitHub↗

    This project is a Go client library and API wrapper for interacting with Elasticsearch clusters. It serves as a programmatic interface for managing documents, indices, and cluster health, allowing Go applications to perform search and indexing operations via the REST API. The library functions as a distributed search orchestrator, providing specialized tools for high-throughput data ingestion and cluster administration. It features a buffered bulk processor with exponential backoff retries for optimizing write performance and supports automated index lifecycle transitions and historical data

    Go
    Voir sur GitHub↗7,450
  • redis/go-redisAvatar de redis

    redis/go-redis

    22,159Voir sur GitHub↗

    This project is a feature-rich Go client library designed for interacting with Redis. It serves as a comprehensive interface for managing remote data stores, enabling developers to execute standard database commands, handle complex data structures, and perform asynchronous operations within Go applications. The library distinguishes itself through its support for advanced Redis capabilities, including connection pooling, pipelining, and transactional integrity. It provides specialized primitives for managing distributed clusters, including automated topology updates and request routing to sha

    Gogogolangredis
    Voir sur GitHub↗22,159
Voir les 30 alternatives à Lucene Solr→

Questions fréquentes

Que fait apache/lucene-solr ?

Ce projet est un moteur de recherche plein texte et une infrastructure de recherche d'entreprise conçus pour l'indexation et la récupération de grands ensembles de documents. Il fournit un framework complet pour la découverte d'informations grâce à des résultats classés et une analyse linguistique.

Quelles sont les fonctionnalités principales de apache/lucene-solr ?

Les fonctionnalités principales de apache/lucene-solr sont : Full Text Search, Full-Text Inverted Indexes, Text Tokenization, Enterprise Search, Full-Text Search Engines, Geospatial Search, Linguistic Analysis Frameworks, Multilingual Text Processing.

Quelles sont les alternatives open-source à apache/lucene-solr ?

Les alternatives open-source à apache/lucene-solr incluent : redisearch/redisearch — RediSearch is a Redis module that adds secondary indexing, full-text search, aggregation, and vector similarity search… ravendb/ravendb — RavenDB is a multi-model NoSQL document database designed for high-performance, ACID-compliant data storage. It… olivere/elastic — This project is a Go client library and API wrapper for interacting with Elasticsearch clusters. It serves as a… redis/go-redis — This project is a feature-rich Go client library designed for interacting with Redis. It serves as a comprehensive… tporadowski/redis — Redis is a high-performance in-memory key-value store that functions as a distributed cache, message broker, and NoSQL… spring-projects/spring-data-elasticsearch — Spring Data Elasticsearch is a data access library that maps Java objects to Elasticsearch indices. It functions as an…