Jonathan Field

Results 5 comments of Jonathan Field

Thanks very much for the reply. I am not sure of my terminology, but your description of index shards sounds like what I was thinking. I'll poke around when I...

Can I ask how you implemented gzip? I was not able to work with gzip files when serving static content from a local filesystem. Is there a trick I don't...

Thanks for the detailed reply. I was actually wondering about the case of locally stored static files accessed through the file system without any type of server software. I am...

Thanks for the feedback. Yes, my use case is not common - I was trying to serve the files without http through the file:// protocol. This was for people in...

Actually the issue I was having wasn't the size during delivery (we do gzip), it's the speed of loading the search index for the end user at run time. I...