Skip to content

Faheetah/invert

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Invert

A simple inverted index written in Elixir.

Installation

If available in Hex, the package can be installed by adding invert to your list of dependencies in mix.exs:

def deps do
  [
    {:invert, "~> 0.3.0"}
  ]
end

Documentation can be generated with ExDoc and published on HexDocs. Once published, the docs can be found at https://hexdocs.pm/invert.

Configuration

Configure tables to cache

config :invert, :tables,
  [
    {TestInvert, :name, [:name, :id]}
  ]

About

An inverted index cached with ETS

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages