Displaying 9 results from an estimated 9 matches for "winton".
Did you mean:
hinton
2006 Oct 02
4
Another web app using Ferret
...to the system.
As you can see if you try the search, sorting is not working as
expected. I am using this code (w/ find_by_content):
:sort => Ferret::Search::SortField.new(:school_sort, :reverse => false)
:school_sort is an untokenized field with otherwise default settings.
Any ideas?
- Winton
--
Posted via http://www.ruby-forum.com/.
2006 Sep 25
9
acts_as_ferret highlight
I am getting nil returned when doing the following:
r.highlight(@condition, :field => ''body'')
''r'' is an instance of the a_a_f model. ''body'' is a tokenized saved
field.
I am running latest ferret and a_a_f trunk. Am I doing something wrong?
--
Posted via http://www.ruby-forum.com/.
2006 Sep 29
4
limit results to specific IDs
How would you go about searching only a specific set of IDs in
acts_as_ferret? Should I just create a huge "or" query or is there a
more stylish way?
Thanks,
Winton
--
Posted via http://www.ruby-forum.com/.
2006 Oct 04
6
Ferret just got faster.
Hey guys,
Sorry I haven''t been around for the last few days. I''ve just finished
a coding marathon fixing up some of the performance problems in
Ferret. If you don''t know what I''m talking about there has been a
problem with Filters and Sorts on large indexes. Well, I think I''ve
fixed the problem.
Before:
dbalmain at ubuntu:~/workspace/exp_old/c $
2006 Aug 02
4
Model still using mysql
When calling a Result.find_by_content on my model, I get the following
error:
Mysql::Error: Table ''db.results'' doesn''t exist: SHOW FIELDS FROM results
Yes, I remembered to put acts_as_ferret. Any ideas?
Trace:
2002 May 10
1
Patch for SOCKS4A in OpenSsh
...t, sizeof(c->path));
+ }
debug("channel %d: dynamic request: socks4 host %s port %u command
%u",
c->self, host, c->host_port, s4_req.command);
----------< end cut >----------
I did a brief test of this under CYGWIN, but this patch should work
globally.
~ William Winton
2006 Nov 22
2
Terrible, horrible firewall issues in * to * setup
...blem lies with making calls the other way, as I have no way of port
forwarding on FW2.
My initial thought was to set up a reverse SSH tunnel from *2 to *1,
which would have worked fine if SSH would tunnel UDP (latency is a
different matter altogether). I found a software called Zebedee
(http://www.winton.org.uk/zebedee/) which claims to do UDP tunneling,
and is able to do it "in reverse", but I can't for the life of me get
it to work.
Before I try further with Zebedee, I thought it wise to ask the *
community if there is a standard solution in this particular case, or
perhaps if I...
2005 Jun 22
1
Fwd:protocol TCP/UDP question
can you help me to configure lcs2005 with asterisk...
I use SER to resolve the problem that there is for communication protocol...LCS uses tcp, Asterik UDP.
Someone, knows how to do the configuration beetwen LCS and SER , SER and Asterisk? the function of asterisk is SIP-PSTN Gateway for the LCS PC-phone communication??
or there is a way to configure asterisk to accept tcp communication from
2002 May 11
4
socks5 support
> Winton--
>
> Excellent! Absolutely wonderful.
>
> I'm wondering which apps/encapsulators support 4A? This gets me
> around
> the DNS leakage problem quite nicely.
>
> Incidentally, we do need SOCKS5 support -- if for no other
> reason, the
> fact tha...