Can anyone point me to a tutorial. My main experience with Solr is indexing CSV files. But I cannot find any simple instructions/tutorial to tell me what I need to do to index pdfs.
I am working with a Java application that us开发者_StackOverflowes SolrJ to index documents to a Solr server.
I have been successful in enabling highlighting on Text based field types, but not for non-text field types...
We are using Solr for our searches, and sharding the data across several cores. We have one core per week of data, so we are dynamically creating and deleting cores each week.
I want to use QueryResponse.getBeans() I have classes defined in another project which does not have solr dependencies, so I can\'t use @Field on them
Is there any problem with this xml?? <?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"yes\"?>
I\'m using SolrJ. But through the API documentation could not figure out how to use the particular class to receive the response of the spell checker.
I have an Apache Solr instance deployed in Glassfish and I am using this Solr instance from Java code via Solrj. The thing is, that I want to restrict access to Solr so that just this Java code can ac
I would be very thankfull, if someone can tell me, how to enable \"wire logging\" (printing all the XML that is sent and received from the solr-java-client to/from the solr-server).
I am using Solrj to add new documents to a Solr instance. In my document schema the id is a UUID (solr.UUIDField). Each time a document is created the id is filled with the unique id, which is exactly