solrj
Indexing PDF with Solr
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.[详细]
2023-03-20 19:16 分类:问答Solr Read Timeout (only in production environment)
I am working with a Java application that us开发者_StackOverflowes SolrJ to index documents to a Solr server.[详细]
2023-03-20 16:03 分类:问答Solr/SolrJ: How do you Highlight non-text fields?
I have been successful in enabling highlighting on Text based field types, but not for non-text field types...[详细]
2023-03-20 09:32 分类:问答How can I get a list of all the cores in a solr server using SolrJ
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.[详细]
2023-03-19 13:39 分类:问答Does Solr have xml alternative to the @Field annotation?
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[详细]
2023-03-19 01:22 分类:问答is this xml correct
Is there any problem with this xml?? <?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"yes\"?>[详细]
2023-03-15 01:56 分类:问答How to use SpellingResult class in SolrJ
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.[详细]
2023-03-14 23:07 分类:问答Restrict Apache Solr access in Glassfish. Basic Authentication vs. Firewalling
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[详细]
2023-03-13 14:35 分类:问答Apache Solr Client = How to enable "wire" logging (with log4j)
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).[详细]
2023-03-10 06:27 分类:问答Retrieving the UUID from Apache Solr after a commit
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[详细]
2023-03-09 22:35 分类:问答