solrj
How can I use solrj to do a query with spellcheck
usually , we use http get method to do a spellcheck query, but now I have to use solrj to do this, pls help me to so开发者_JAVA百科lve this question , thx.You can specify all parameters via:[详细]
2023-01-25 02:21 分类:问答Problem with indexing using StreamingUpdateSolrServer in SOLRJ
I just had a miserable failure with SOLRJ. Somehow StreamingUpdateSolrServer failed on some of the items that are being indexed, but others succeeded. It simply throws out an Exception with \"Bad Requ[详细]
2023-01-21 01:16 分类:问答How do I get a Solr ResourceLoader from a SolrServer?
My application uses solrj. I have a reference to a SolrServer object. The SolrServer object was created by instantiating a new CommonsHttpSolrServer object with the URL to my Solr server as the constr[详细]
2023-01-13 01:05 分类:问答EmbeddedSolrServer in SolrJ 1.4
I am using SolrJ 1.4, I am having trouble fi开发者_如何学Cguring out in what jar file the EmbeddedSolrServer lives. The documentation says that its namespace is org.apache.solr.client.solrj.embedded b[详细]
2023-01-09 06:00 分类:问答Programmatically load data into solr using solrj and java
How can开发者_如何学Go I load data from an xml file into solr using the solrj API?Thanks Pascal. I miss worded my question, I\'m actually using groovy. But in any event your approach does work, but th[详细]
2023-01-01 08:04 分类:问答When using SolrJ can I point it at a request handler?
I have created a request handler in Solr that uses dismax and limits my query to certain fields and adds boosts for relevancy on the \"title\" field.[详细]
2022-12-31 10:47 分类:问答Situations to prefer Apache Lucene over Solr?
There are several advantages to use Solr 1.4 (out-of-the-box facetting search, grouping, replication, http administration vs. luke, ...).[详细]
2022-12-31 09:06 分类:问答Handling Solr read and write timeout exception
I am new to solr. I have developed a an website which uses solr for indexing. I want to handle the timeouts that can occur during solr read and write index.Please guide me on how can i handle these ex[详细]
2022-12-29 14:11 分类:问答Deleting index from Solr using solrj as a client
I am using solrj as client for indexing documents on the solr server. I am having problem while deleting the indexes by \'id\' from the solr server.[详细]
2022-12-27 18:19 分类:问答A clean algorithm for sorting a objects according to defined dependencies?
Given a list of classes inheriting from this base: class Plugin(object): run_after_plugins = () run_before_plugins = ()[详细]
2022-12-17 12:10 分类:问答