Class: Ambition::Adapters::AmbitiousSphinx::Sort

Inherits:
Base
  • Object
show all
Defined in:
lib/ambition/adapters/ambitious_sphinx/sort.rb

Overview

Sort would normally handle sorting, but we don’t support it yet.

Instance Method Summary collapse

Methods inherited from Base

#has_field?, #has_operator?, #needs_quoting?, #quotify

Instance Method Details

#chained_reverse_sort_by(receiver, method) ⇒ Object

Not implemented



22
23
24
# File 'lib/ambition/adapters/ambitious_sphinx/sort.rb', line 22

def chained_reverse_sort_by(receiver, method)
  raise "Not implemented."
end

#chained_sort_by(receiver, method) ⇒ Object

Not implemented



17
18
19
# File 'lib/ambition/adapters/ambitious_sphinx/sort.rb', line 17

def chained_sort_by(receiver, method)
  raise "Not implemented."
end

#randObject

Not implemented



32
33
34
# File 'lib/ambition/adapters/ambitious_sphinx/sort.rb', line 32

def rand
  raise "Not implemented."
end

#reverse_sort_by(method) ⇒ Object

Not implemented



12
13
14
# File 'lib/ambition/adapters/ambitious_sphinx/sort.rb', line 12

def reverse_sort_by(method)
  raise "Not implemented."
end

#sort_by(method) ⇒ Object

Not implemented



7
8
9
# File 'lib/ambition/adapters/ambitious_sphinx/sort.rb', line 7

def sort_by(method)
  raise "Not implemented."
end

#to_proc(symbol) ⇒ Object

Not implemented



27
28
29
# File 'lib/ambition/adapters/ambitious_sphinx/sort.rb', line 27

def to_proc(symbol)
  raise "Not implemented."
end