OK, yes, I see now. Even though the etags change when the swap
happens, the last modified date on the server may be earlier than what
the client has from the request prior to the swap.
thank you.
Tim
On Tue, May 4, 2010 at 12:30 PM, Erik Hatcher wrote:
> The issue is that browsers (apparently n
The issue is that browsers (apparently not Safari?) will send the last-
modified/etag headers to Solr and get back a 304 and your browser will
simply display the last response it got. Use the force reload option
from the browser (it's a habit for me now) to ensure you're actually
getting a
It looks like this was not a solr issue at all. It looks like it's
browser-related.
When I use safari, curl or wget, I don't see the issue. When I use
firefox or chrome, I do.
I'll have to dig into this a little more with an http proxy to see
what's going on. I have not altered the httpCaching se
If it helps, I am running:
solr 1.4.0
tomcat 6.0.26
java version "1.6.0_20"
Java(TM) SE Runtime Environment (build 1.6.0_20-b02)
Java HotSpot(TM) 64-Bit Server VM (build 16.3-b01, mixed mode)
Red Hat Enterprise Linux Server release 5.4 (Tikanga)
thanks,
Tim
On Mon, May 3, 2010 at 4:47 PM, Ti
I have 2 cores: core1 and core2.
Load the same data set into each and commit. Verify that searches
return the same for each core.
Delete a document (call it docA) from core2 but not from core1.
Commit and verify search results (docA disappears from core2's search
results. core1 continues to retu
On Mon, May 3, 2010 at 10:27 PM, Tim Heckman wrote:
> Hi, I'm trying to figure out whether I need to reload a core (or both
> cores?) after performing a swap.
>
> When I perform a swap in my sandbox (non-production) environment, I am
> seeing that one of the cores needs to be reloaded following a
Hi, I'm trying to figure out whether I need to reload a core (or both
cores?) after performing a swap.
When I perform a swap in my sandbox (non-production) environment, I am
seeing that one of the cores needs to be reloaded following a swap and
the other does not, but I haven't been able to find a