public
Description: Ambition adapter for Sphinx
Clone URL: git://github.com/technicalpickles/ambitious-sphinx.git
Minor rdoc cleanup.
Mon Feb 18 16:43:34 -0800 2008
commit  68437f4becda9392b8f50e7011a1d4f6505230ab
tree    08e9b7a87604d124eb2f9f3ebc6e2a6696d8f980
parent  235b70df3e2e54e0fe9b1977a0760b48c3b2f5a0
...
1
2
3
 
4
5
6
...
1
2
3
4
5
6
7
0
@@ -1,6 +1,7 @@
0
 module Ambition #:nodoc:
0
   module Adapters #:nodoc:
0
     module AmbitiousSphinx #:nodoc:
0
+
0
       # Responsible for taking the clauses that Ambition has generated, and ultimately doing a
0
       # Ultrasphinx::Search based on them
0
       class Query < Base
...
1
2
3
 
4
5
6
...
1
2
 
3
4
5
6
0
@@ -1,6 +1,6 @@
0
 module Ambition #:nodoc:
0
   module Adapters #:nodoc:
0
- module AmbitiousSphinx
0
+ module AmbitiousSphinx #:nodoc:
0
       # Select is responsible for taking pure Ruby, and mangling it until it resembles
0
       # the syntax that Ultrasphinx[http://blog.evanweaver.com/files/doc/fauna/ultrasphinx/files/README.html] uses.
0
       class Select < Base

Comments

    No one has commented yet.