class RubyIndexer::Index

Constants

>ENTRY_SIMILARITY_THRESHOLD

The minimum Jaro-Winkler similarity score for an entry to be considered a match for a given fuzzy search query

Public Class Methods

new()

Public Instance Methods

<<(entry)

[](fully_qualified_name)

delete(indexable)

follow_aliased_namespace(name)

fuzzy_search(query)

index_all(indexable_paths: RubyIndexer.configuration.indexables, &block)

index_single(indexable_path, source = nil)

prefix_search(query, nesting = nil)

resolve(name, nesting)

resolve_method(method_name, receiver_name)

search_require_paths(query)