Top "Solrj" questions

Solrj is a java client to access solr.

Indexing PDF with Solr

Can anyone point me to a tutorial. My main experience with Solr is indexing CSV files. But I cannot find …

solr full-text-search solrj apache-tika solr-cell
What is the default address of Solr Server (Solr 4.0) for use from a SolrJ client

I'm trying to connect with Solr Server from a SolrJ client, but it gives an HTTPResponse Exception. Here's my code: …

solr solrj
Solr/Solrj: How can I determine the total number of documents in an index?

How can I determine the total number of documents in a Solr index using Solrj? After hours of searching on …

lucene solr solrj
Exception in thread "main" java.lang.NoClassDefFoundError: org/apache/commons/codec/DecoderException

I try Querying Solr via Solrj Here is my code public class ReadFromSolr { public static void main(String[] args) throws …

java solr solrj
How to write a solr query for retrieving all records with numeric field value less then specified?

Let's assume we have a set of mp3-players with names and prices. How to write a correct solr query …

java syntax solr lucene solrj
Creating collections in SOLR

On the web searching for collections in SOLR i found only information about distributed search and so on but when …

java solr solrj
Indexing documents using Solr results in Expected mime type application/octet-stream but got text/html

What I am trying to do is to index document using Solr. I have installed and started Solr server on …

java indexing solr solrj
Querying Solr server using SolrJ

I'm trying to query my solr database based off the code provided in this question with SolrJ but it keeps …

java solr solrj
Testing Solr via Embedded Server

I'm coding some tests for my solr-indexer application. Following testing best practices, I want to write code self-dependant, just loading …

unit-testing solr solrj
Querying Solr via Solrj: Basics

I am trying to query solr via solrj in Eclipse. I have tried the latest solrj wiki example: import org.…

java solr lucene solrj