Re: I have a big problem with pagination using apache solr and haystack

2010-04-22 Thread Ariel
I supposed the haystack make that for me, what I need is to know where the solr save the index to chekc if the documents are repeated in the index, I am working in ubuntu, could somebody tell me where it is ??? This is a basic question but I am newbie in solr. I hope you can help me ¿ Regards Ariel

Re: I have a big problem with pagination using apache solr and haystack

2010-04-20 Thread Israel Ekpo
I hear this sort of complaint frequently. Make ensure you did not forget to send a commit request after deleting any documents you have removed. Until the commit request is made those deletes are not yet finalized and the removed documents will still show up On Tue, Apr 20, 2010 at 2:37 PM, Mitc

Re: I have a big problem with pagination using apache solr and haystack

2010-04-20 Thread MitchK
Hi Isaac, how did you implement pagination in Solr? What did you do there? Did you ever had a look at your index with q=*:*? Maybe you've forgotten to delete some news while testing your application and so there are some duplicates. Another thing is: If you have got only 20 news and Solr seems t