I want to format the solr result page instead of just a xml-
show a user only ten results at a time (one page) and provide links for the next or previous ...
I'm running a simple test--trying to index something and then search for it. I index a simple document, but then when a search for a string in it, I get back ...
I am using mahout to cluster text documents indexed using solr.
I have used the "text" field in the document to form vectors. Then I used the k-means driver in mahout for ...
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 ...
I am interested in querying Solr with query q and charting its recall of a set of documents D when {10, 20, 30, ...} documents are returned.
Currently, I am having the ...