

Apache Lucene is a high-performance, full-featured open-source text search engine library written in Java. It provides approximate nearest neighbor (ANN) vector search capabilities using Hierarchical Navigable Small World (HNSW) graphs, enabling semantic search on high-dimensional embedding vectors up to 1024 dimensions by default (extendable via custom codecs).
Apache Lucene is an open-source information retrieval software library originally written in Java. It is widely used as the foundation for search engines like Apache Solr and Elasticsearch. Lucene supports both traditional lexical (keyword) search and modern vector-based semantic search.
Free and open-source under the Apache License 2.0.
Loading more......