Method: RDig::Document#needs_indexing?

Defined in:
lib/rdig/documents.rb

#needs_indexing?Boolean

Returns:

  • (Boolean)


36
37
38
# File 'lib/rdig/documents.rb', line 36

def needs_indexing?
  has_content? && (title || body)
end