search for: searchd

Displaying 5 results from an estimated 5 matches for "searchd".

Did you mean: search
2008 Sep 03
4
delta index in Sphinx
...091 docs, 0.0 MB total 5091 docs, 0 bytes total 0.037 sec, 0.00 bytes/sec, 136141.19 docs/sec indexing index ''delta''... collected 0 docs, 0.0 MB total 0 docs, 0 bytes total 0.010 sec, 0.00 bytes/sec, 0.00 docs/sec ------------------------------------------------------------------- searchd Sphinx 0.9.8-release (r1371) Copyright (c) 2001-2008, Andrew Aksyonoff using config file ''/usr/local/etc/sphinx.conf''... ------------------------------------------------------------------- >> @sphinx = Sphinx.new => #<Sphinx:0xb6f7fe20 @mode=0, @host="localhost&q...
2008 Dec 18
5
distributing a rails application
What are the standard best practices for sharing your rails application on the web? As far as I can tell, you just delete the logs directory and clear out the database.yml What am I forgetting? -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk"
2011 Oct 05
4
SPlus to R
...for method 3 + if (method==3) { + if (tol1 > tol2/10) tol1<-tol2/10 + ncstar<-(1-d)*nc + pc<-(0:ncstar)/nc + ne<-rep(NA,ncstar + 1) + for (i in (0:ncstar)) + { ne[i+1]<-ss.rand(i,nc,d,alpha=.05,power=.8,tol=.01) + } + plot(pc,ne,type='l',ylim=c(0,max(ne)*1.5)) + ans<-c.searchd(nc, d, ne, alpha, power, cc, tol1) + ### check overall absolute deviance + old.abs.dev<-sum(abs(ans$Ep-power)) + ##bad<-0 + print(round(ans$Ep,4)) + print(round(ans$ne,2)) + lines(pc,ans$ne,lty=1,col=8) + old.ne<-ans$ne + ##while(max(abs(ans$Ep-power))>tol2 & bad==0){  #### unnecess...
2011 Aug 02
2
Positive experiences with Xapian
...B. After you've cooked this, by indexing and whatever other processes take place, it'll end up being a multiple of this. This would end up meaning that, were we to try shove everything in memory for performance reasons, you'd have to have stupidly massive amounts of ram DEDICATED to the searchd. Xapian, on the other hand, does what i consider to be the "right" thing, and actually uses the OS to cache it's file accesses. This approach is totally superior as far as we're concerned. It allows us to throw as much memory at a box as we require for performance reasons, without...
2007 Nov 02
3
caching custom headers (via plugins)
hi, currently dovecot caches on disk some most common headers. Is it possible to tweak such headers list via plugins, eg to cache custom X-* headers, or do I need to hack the actual index/cache src? if so, which are the .c/.h files to touch? thanks -- paolo GPG/PGP id:0x1D5A11A4 - 04FC 8EB9 51A1 5158 1425 BC12 EA57 3382 1D5A 11A4