Registry / other / solr-core

solr-core

JSON →
library10.0.0javamavenunverified

Apache Solr is an open-source enterprise search platform built on Apache Lucene, providing full-text search, faceted search, and real-time indexing.

<dependency> <groupId>org.apache.solr</groupId> <artifactId>solr-core</artifactId> <version>10.0.0</version> </dependency>
INSTALL
IMPORT
SIG · SOLR-CORE
S
solr-core
otherjavav10.0.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

SolrClient
org.apache.solr.client.solrj.SolrClient

Creates a Solr client to connect to a Solr server.

import org.apache.solr.client.solrj.SolrClient; import org.apache.solr.client.solrj.impl.HttpSolrClient; public class Quickstart { public static void main(String[] args) throws Exception { String url = "http://localhost:8983/solr"; SolrClient client = new HttpSolrClient.Builder(url).build(); System.out.println("Solr client created"); } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
10.0.0latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
solr-core — mvn dependency:get solr-core · libregistry