solrj
addField in SolrInputDocument
When I add field addField(\"category\",\"cat1\"); it doesn\'t appear in the search result xml , and there\'s just 2 fields to be added which is \"id\" and \"name\" , could any body tell me how to add[详细]
2023-02-10 18:32 分类:问答SolrJ addFile keeps documents open
I\'ve already submitted a similar question, b开发者_运维技巧ut I\'ve broken down the problem to its simplest form, so I\'m gonna post it again:[详细]
2023-02-10 00:54 分类:问答SolrJ Unterminated Thread
I\'m running the following program.The main thread runs and terminates normally but the program continues to run because of a thread called pool-1开发者_JAVA技巧-thread-1, which never terminates.Can a[详细]
2023-02-08 21:25 分类:问答How to transform SimpleOrderedMap into JSON string or JSON object?
Is there any standard way to do 开发者_JAVA技巧so?In short: no, because JSON doesn\'t have a primitive ordered map type.[详细]
2023-02-06 23:13 分类:问答why i can read only 10 Documents out of 665 results into beans in solr
I have indexed my database tables into solr using DataImportHandler. Now when I query the server it shows me that the number of results found 665. But when i try to assign it to beans like List itemLi[详细]
2023-02-05 00:39 分类:问答Solr DataImportHandler delta import
I am using DataImportHandler for indexing data in SOLR. I used full-import to index all the data in the my database which is around 10000 products.Now I am confused with the delta-import usage? Does i[详细]
2023-02-03 03:23 分类:问答Re-indexing SOLR document
I hav开发者_开发问答e one file named item.csv, which contains around 100 products for now and it is indexed using SOLR.My requirements is if I add more data around 10 to 100 products on daily basis, d[详细]
2023-01-31 17:09 分类:问答Difference between getElapsedTime() and getQTime() in solr for java
I\'m u开发者_StackOverflow中文版sing Solr for Java and want to know what is the difference betweengetElapsedTime() and getQTime(), after optimization solr indexes I\'m confused which one is for what.[详细]
2023-01-31 04:02 分类:问答Bad Request Error When attempting to add documents to server through Solrj
I\'m trying to do a simple SolrDocument submission with Java like the one detailed in the Solrj Wiki. However, the submission always fails and returns this:[详细]
2023-01-27 11:44 分类:问答How to get Highlighting response for all fields with SolR
hi all: I have a document with two fields, name and text, the content of them are same. but when I use highlighting query, the response only return one field which is in parameter q.[详细]
2023-01-25 17:49 分类:问答