



High-performance Java library providing SDK functions for vector search with HNSW-based ANN, supporting async indexing via IndexWriter futures, batch document ingestion, and configurable dimensions up to 1024+. Ideal for Java app integration, LangChain via wrappers, offering finer control and lower latency vs native REST APIs of cloud vector DBs.
Loading more......
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.