Re: Caching of DataImportHandler's Status Page

2008-04-25 Thread Noble Paul നോബിള്‍ नोब्ळ्
Yes , We are waiting for the patch to get committed. --Noble On Fri, Apr 25, 2008 at 5:36 PM, Sean Timm <[EMAIL PROTECTED]> wrote: > Noble-- > > You should probably include SOLR-505 in your DataImportHandler patch. > > -Sean > > > > Noble Paul നോബിള്‍ नोब्ळ् wrote: > > > It is caused by the new

Re: Caching of DataImportHandler's Status Page

2008-04-25 Thread Sean Timm
Noble-- You should probably include SOLR-505 in your DataImportHandler patch. -Sean Noble Paul നോബിള്‍ नोब्ळ् wrote: It is caused by the new caching feature in Solr. The caching is done at the browser level . Slr just sends appropriate headers. .We had raised an issue to disable that. BTW Th

Re: Caching of DataImportHandler's Status Page

2008-04-24 Thread Noble Paul നോബിള്‍ नोब्ळ्
It is caused by the new caching feature in Solr. The caching is done at the browser level . Slr just sends appropriate headers. .We had raised an issue to disable that. BTW The command is not exactly http://localhost:8983/solr/dataimport?command=status . http://localhost:8983/solr/dataimport itse

Re: Caching of DataImportHandler's Status Page

2008-04-24 Thread Walter Underwood
Status pages should be sent with Pragma: no-cache. That is a bug. wunder On 4/24/08 6:29 PM, "Erik Hatcher" <[EMAIL PROTECTED]> wrote: > The issue is the HTTP caching feature of Solr, for better or worse in > this case. It confuses me often when I hit this myself. Try hitting > that URL with c

Re: Caching of DataImportHandler's Status Page

2008-04-24 Thread Erik Hatcher
The issue is the HTTP caching feature of Solr, for better or worse in this case. It confuses me often when I hit this myself. Try hitting that URL with curl and you'll see it change since no caching is involved client-side. For sanity's sake you can turn off HTTP caching in solrconfig.xml

Re: Caching of DataImportHandler's Status Page

2008-04-24 Thread Chris Harris
No luck with control-R, or with F5. I'm on Windows here if you think that's a potential problem. For now I've found a silly workaround: If http://localhost:8983/solr/dataimport?command=status doesn't work, then you can replace "command=status" with almost anything at all and then you'll be a

Re: Caching of DataImportHandler's Status Page

2008-04-24 Thread Otis Gospodnetic
Chris - what happens if you hit ctrl-R (or command-R on OSX)? That should bypass the browser cache. Otis -- Sematext -- http://sematext.com/ -- Lucene - Solr - Nutch - Original Message > From: Chris Harris <[EMAIL PROTECTED]> > To: solr-user@lucene.apache.org > Sent: Thursday, April 2