solrj
solrj query is not working
I am writing a simple query that works fine in curl but blows up when using solrj. Please help... curl stmt:[详细]
2023-03-09 15:08 分类:问答Updating a document in Solr with Java
As everybody knows, the documentation of Solrj in the wiki is pretty poor. I managed to query the index using the CommonsHttpSolrServer, but never with the Embedded version. Anyway, now I\'m using the[详细]
2023-03-05 19:05 分类:问答Storing LatLonType in solr : how to insert them via solrj
I am going to index a lot of document using GeoSpatial from solr3.1. I can\'t find a way t开发者_如何学Goo add document with solrj passing latitude and longitude. Querying seems to be working.[详细]
2023-03-05 05:09 分类:问答Solrj Questions for faceting and json resoponse
I am trying to use solrj for my application, my code is given below, query.add(\"q\", \"simplify360\");[详细]
2023-03-04 02:32 分类:问答Adding non-string fields with SolrJ
I have a class called Dataset that has an Organization field. I want to add this to the solr index. I gave to Organization\'s fields proper annotation as well.[详细]
2023-03-03 14:14 分类:问答Solrj (1.4.1) performance related query
I am using Solrj as a Solr client in my project. While searching, for a few words, it seems Solrj takes more time to send response, for eg (8 - 12 sec). While searching most of the other words it see[详细]
2023-02-17 02:59 分类:问答Can we customize Lucene which is embedded in Solr?
Can we customize Lucene which is embedded in Solr just as we can in raw Lucene ?So that we can have \"everything\" that we have in Lucene in Solr ?[详细]
2023-02-13 15:54 分类:问答Solrj: how to specify path
I\'m try开发者_StackOverflow社区ing to use the TermsComponent to implement autosuggest with Solrj, but I don\'t see how to specify the path (i.e. the /terms portion of http://localhost:8983/solr/terms[详细]
2023-02-13 06:29 分类:问答solrj: using a POJO with non-string fields
I\'m brand-new to solr and solrj, and investigating them as a potential platform for a search-oriented app.[详细]
2023-02-12 13:02 分类:问答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 my own, I actually have an ans开发者_如何学Pythonwer (given below); I\'m only posting this q[详细]
2023-02-11 21:23 分类:问答