3.0.1 • Published 8 months ago

@orama/plugin-pt15 v3.0.1

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
8 months ago

Orama Plugin PT15

Fast ranking algorithm based on token position.

Installation

To get started with Orama Plugin PT15, just install it with npm:

npm i @orama/plugin-pt15

Usage

import { create } from '@orama/orama'
import { pluginPT15 } from '@orama/plugin-pt15'

const db = await create({
  schema: {
    description: 'string',
  },
  plugins: [ pluginPT15() ],
})

License

Apache 2.0

3.0.1

8 months ago

3.0.0

8 months ago

3.0.0-rc-4

8 months ago