search for: caspar

Displaying 20 results from an estimated 44 matches for "caspar".

Did you mean: aspar
2006 Jul 09
3
acts_as_ferret.. what does it actually do?
...f i want to simplicity of acts_as_ferret and the power of Ferret? If anyone out there knows what th eproblem is then please get in touch, also does anyone use acts_as_ferret successfully in an application doing more than just using find_by_contents? Thnaks in advance for any replies/help cheers caspar #####extract from model require ''ferret'' class VoObject < ActiveRecord::Base acts_as_ferret :fields=> [''short_description'',''section'',''sale_category'',''sale_type'',''outcode''] def...
2006 Jul 19
4
sorting and pagination
...e because i need to populate some dropdowns with values for the entire returned results so that they can be used to refine the search. Also just from the look of this code am i right in thinking that each page of results will be sorted but not the entire returned results? Any ideas? thanks regards Caspar -- Posted via http://www.ruby-forum.com/.
2008 Mar 17
2
stepAIC and polynomial terms
...a = S ~ FR + Date * age + I(age^2), family = logexposure(ExposureDays = DATA$int), data = DATA) and the final one: Call: glm(formula = S ~ FR + Date + I(age^2), family = logexposure(ExposureDays = DATA$int), data = DATA) Thanks very much in advance for your thoughts and suggestions, Caspar Caspar Hallmann MSc Student WUR The Netherlands [[alternative HTML version deleted]]
2006 Jul 14
3
Scaling Ferret Beyond One Server
Hi Everyone, I was wondering if folks here have had experience scaling Ferret beyond a single server? Currently, we are running Ferret in the same physical server as its Rails front end (via acts_as_ferret), but it is evident that we need a more scalable solution already. How would you split up the tasks (via dRB perhaps?) between two or three servers? Shared disk, replicated Ferret index (?),
2006 Jul 06
1
querying returned results
...d only show sections that exist in the result set, also i would like to display a count of the number of results returned in that section in the drop down e.g. sections[cars:5]. Does anyone know the best way to go about this? I''m a total ferret/lucene beginner... thanks for any help cheers caspar -- Posted via http://www.ruby-forum.com/.
2003 Feb 16
1
Turning Off Roaming Profiles? (resend)
...path, it just puts the profile in your logon home directory in a subdirectory called profile. If anyone can give me some info in to how to turn this functionality off it'd be greatly appreciated. Below is what I believe to be relevant bits of my smb.conf file. [global] netbios name = CASPAR encrypt passwords = true local master = yes preferred master = yes logon script = logon.bat domain logons = yes domain master = yes logon drive = H: logon home = \\caspar\%u os level = 99 [homes] path = /home/%u/shared...
2006 Nov 10
2
backgroundrb and ferret
...at happens in the meantime with the old index? Is it still accessable while the index is rebuilt? What happens if someone adds a new record during the index getting rebuilt? Id anyone has experience using backgroundrb and ferret then i would really appreciate your comments or code. Thanks very much caspar -- Posted via http://www.ruby-forum.com/.
2011 Feb 28
2
Samba failover causes different UID's
...e other node) suddenly with whole different UID's. Where is the mapping of UID's taking place and how can I fix this? Both systems lookup their user information from the same AD server, how can they still lookup different UID's when looking at the same server and files? Kind regards, Caspar Smit
2006 Aug 28
1
stop words and /''s
...ge acts_as_ferret (is this the only version that works with ferret 0.10.1?). Also a search for "Film/Theatre" fails while lots of other serahces with /''s in them succeed, is there a reason why this might be happening ? Jens: thank you very much for the previous reply. regards Caspar -- Posted via http://www.ruby-forum.com/.
1997 Nov 29
0
NOT WANTED - SAMBA digest 1508
...urgess ) > 2) Re: How do I use multiple NT password servers > by Luke Kenneth Casson Leighton <lkcl@switchboard.net> > 3) Please stop sending messages to distech > by Janos <janos@2rosebay.matra.com.au> > 4) Re: unwanted dial-out > by Alphatec_GbR@t-online.de (Caspar von Seckendorff) > 5) Workgroup popups with samba > by "Gerben 'Xylo' Castel" <Gerben.Castel@eleve.emn.fr> > > ---------------------------------------------------------------------- > > Date: Mon, 24 Nov 1997 10:20:45 -0600 > From: jurgessj@b1b.ok.b...
2017 Dec 24
2
[PATCH] vhost: remove unused lock check flag in vhost_dev_cleanup()
...hecks"), Michael added a flag to check whether we should hold a lock in vhost_dev_cleanup(), however, in commit 47283bef7ed3 ("vhost: move memory pointer to VQs"), RCU operations have been replaced by mutex, we can remove the no-longer-used `locked' parameter now. Signed-off-by: Caspar Zhang <jinli.zjl at alibaba-inc.com> --- drivers/vhost/net.c | 2 +- drivers/vhost/scsi.c | 2 +- drivers/vhost/test.c | 2 +- drivers/vhost/vhost.c | 5 ++--- drivers/vhost/vhost.h | 2 +- drivers/vhost/vsock.c | 2 +- 6 files changed, 7 insertions(+), 8 deletions(-) diff --git a/drive...
2006 Oct 31
5
conditional boost? friends to come up at top of search...
Hey guys, im trying to get my friends to come up at the top of the act as ferret search. I would query the whole result set first, then move my friends to the top, but the thing is, Im paginating my results and use the offset and limit parameters in the multi_search() function. Anyone know how to do this? Thanks in advance... -- Posted via http://www.ruby-forum.com/.
2006 Sep 07
7
counting occurences of words in the result set
...ome extra attributes like results.cat_hits (that would be amazing) In reality there needs to be counts for 5 different fields. So is this something that ferret can do easily? How do i get ferret and aaf to produce this data for each search result? What should i go and investigate? Best reagards caspar -- Posted via http://www.ruby-forum.com/.
2015 Apr 17
0
[PATCH] Revert "vhost: fix release path lockdep checks"
...2124522. In commit 47283bef7ed356629467d1fac61687756e48f254(vhost: move memory pointer to VQs), rcu_ operation has been replaced by mutex, and original issue fixed in sea5d404655 has gone as well, we need to remove the no-longer-used `locked' var by reverting the orignal patch. Signed-off-by: Caspar Zhang <jinli.zjl at alibaba-inc.com> Conflicts: drivers/vhost/net.c drivers/vhost/vhost.c drivers/vhost/vhost.h Signed-off-by: Caspar Zhang <jinli.zjl at alibaba-inc.com> --- drivers/vhost/net.c | 2 +- drivers/vhost/vhost.c | 6 +++--- drivers/vhost/vhost.h | 2 +- 3 files chan...
2015 Apr 17
0
[PATCH] Revert "vhost: fix release path lockdep checks"
...2124522. In commit 47283bef7ed356629467d1fac61687756e48f254(vhost: move memory pointer to VQs), rcu_ operation has been replaced by mutex, and original issue fixed in sea5d404655 has gone as well, we need to remove the no-longer-used `locked' var by reverting the orignal patch. Signed-off-by: Caspar Zhang <jinli.zjl at alibaba-inc.com> Conflicts: drivers/vhost/net.c drivers/vhost/vhost.c drivers/vhost/vhost.h Signed-off-by: Caspar Zhang <jinli.zjl at alibaba-inc.com> --- drivers/vhost/net.c | 2 +- drivers/vhost/vhost.c | 6 +++--- drivers/vhost/vhost.h | 2 +- 3 files chan...
2006 Aug 28
1
How should this be done with ferret 0.10.1
...ion of ferret? if section if !section.empty? qp = Ferret::QueryParser.new("section") query = qp.parse("\"#{section}\"") bq.add_query(query, Ferret::Search::BooleanClause::Occur::MUST) filter_on =true end end Thank you for any help offered... regards Caspar -- Posted via http://www.ruby-forum.com/.
2006 Jul 07
1
querying the SearchResults instance
Hi how do you search against the results returned by find_by_contents using ferret? i.e. how do you "search within these results"? This is an acts_as_ferret question again... thanks in advance.. cheers caspar -- Posted via http://www.ruby-forum.com/.
2007 Oct 19
1
X matrix deemed to be singular in counting process coxph
...up * t + cluster(nr), deleting all terms apart from 't' still results in the same warning. I seem to have been stuck on this one. Does anyone known or have any suggestions why t can't be estimated? I haven't been able to find any help on the RSiteSearch. Many thanks in advance. Caspar PS: I could send a some of this dataset if anyone interested for a tryout Caspar Hallmann MSc Student WUR The Netherlands
2018 Oct 20
0
Feature request: Have t.test return (group-wise) SD and N
...l data, as lm() does, or full summary statistics (per group)? I can mask the t.test function with an enhanced version, but I feel like there is value in making this functionality available to all. Thank you sincerely for your input. Below is a reproducible example, illustrating the problem. Best, Caspar d <- structure(list(Petal.Length = c(1.4, 1.4, 1.3, 1.5, 1.4, 1.7, 1.4, 1.5, 1.4, 1.5, 1.5, 1.6, 1.4, 1.1, 1.2, 1.5, 1.3, 1.4, 1.7, 1.5, 1.7, 1.5, 1, 1.7, 1.9, 1.6, 1.6, 1.5, 1.4, 1.6, 1.6, 1.5,...
2006 Oct 16
10
Sorting by score
...ght this would be a default configuration but apparently not. sort_fields = [] sort_fields << Ferret::Search::SortField.new(:sponsored, :reverse => :true) that is my current code, how do iu alter it so that the results are then sorted by highest score first? thanks very much. regards caspar -- Posted via http://www.ruby-forum.com/.