Sha256: c381fe7e489822d38cd143a387fb55b234c35693a9b95807164cb4d72c4dba06

Contents?: true

Size: 470 Bytes

Versions: 1

Compression:

Stored size: 470 Bytes

Contents

module Index

  #
  #
  class Base

    attr_reader :result_identifier,
                :combinator

    delegate :load_from_cache,
             :analyze,
             :reindex,
             :to => :categories

    alias reload load_from_cache

    # Return the possible combinations for this token.
    #
    # A combination is a tuple <token, index_bundle>.
    #
    def possible_combinations token
      categories.possible_combinations_for token
    end

  end

end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
picky-2.6.0 lib/picky/index/base_indexed.rb