K DAO
K DAO

Reputation: 517

SOLR INDEX using JAVA API

Can some one help me with this question, I know Solr can be indexed using XML, JSON, etc thru the HTTP API. But is there anyway to index and/or query Solr in java api call, not thru the web.

Thanks

Upvotes: 1

Views: 6690

Answers (1)

Rob Audenaerde
Rob Audenaerde

Reputation: 20019

You can use solrj as java API. See https://wiki.apache.org/solr/Solrj

Upvotes: 2

Related Questions