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

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 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·13 Aufrufelucene.apache.org↗

Lucene Solr

Dieses Projekt ist eine Volltext-Suchmaschine und Enterprise-Suchinfrastruktur, die für die Indizierung und Abfrage großer Dokumentenmengen entwickelt wurde. Es bietet ein umfassendes Framework für die Informationssuche mittels gerankter Ergebnisse und linguistischer Analyse.

Das System integriert hochdimensionale Vektor-Ähnlichkeitssuche für semantische Abfragen neben traditionellen Volltext-Funktionen. Es zeichnet sich durch Unterstützung für die Suche nach Geodaten, mehrsprachige Textverarbeitung und einen Suchvorschlags-Workflow aus, der fehlertolerante Abfragevervollständigung und Rechtschreibprüfung umfasst.

Die Plattform deckt ein breites Spektrum an Such- und Indizierungsfunktionen ab, einschließlich komplexer Abfrageausführung, Facetten-Aggregation und Ergebnisgruppierung. Sie verarbeitet Textanalysen durch Tokenisierung und Normalisierung und bietet spezialisierte Tools für Document-Joining, das Hervorheben von Suchtreffern sowie benutzerdefiniertes Scoring basierend auf Aktualität und Distanz.

Eine Python-Schnittstelle ist verfügbar, um Indizierungs- und Abfragefunktionen für externe Programmierumgebungen bereitzustellen.

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.

Star-Verlauf

Star-Verlauf für apache/lucene-solrStar-Verlauf für apache/lucene-solr

KI-Suche

Entdecke weitere awesome Repositories

Beschreibe in einfachen Worten, was du brauchst — die KI bewertet tausende kuratierte Open-Source-Projekte nach Relevanz.

Start searching with AI

Häufig gestellte Fragen

Was macht apache/lucene-solr?

Dieses Projekt ist eine Volltext-Suchmaschine und Enterprise-Suchinfrastruktur, die für die Indizierung und Abfrage großer Dokumentenmengen entwickelt wurde. Es bietet ein umfassendes Framework für die Informationssuche mittels gerankter Ergebnisse und linguistischer Analyse.

Was sind die Hauptfunktionen von apache/lucene-solr?

Die Hauptfunktionen von apache/lucene-solr sind: Full Text Search, Full-Text Inverted Indexes, Text Tokenization, Enterprise Search, Full-Text Search Engines, Geospatial Search, Linguistic Analysis Frameworks, Multilingual Text Processing.

Welche Open-Source-Alternativen gibt es zu apache/lucene-solr?

Open-Source-Alternativen zu apache/lucene-solr sind unter anderem: 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…

Open-Source-Alternativen zu Lucene Solr

Ähnliche Open-Source-Projekte, sortiert nach der Anzahl der gemeinsamen Funktionen mit Lucene Solr.
  • redisearch/redisearchAvatar von RediSearch

    RediSearch/RediSearch

    6,161Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗6,161
  • ravendb/ravendbAvatar von ravendb

    ravendb/ravendb

    3,961Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗3,961
  • olivere/elasticAvatar von olivere

    olivere/elastic

    7,450Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗7,450
  • redis/go-redisAvatar von redis

    redis/go-redis

    22,159Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗22,159
Alle 30 Alternativen zu Lucene Solr anzeigen→