lunr
lunr
scaladget.lunr
EventEmitter
IIndexField
IIndexSearchResult
IPipelineFunction
ITokenDocument
Importedjs
Index
Lunr
Node
Pipeline
SortedSet
StopWordFilter
Store
TokenStore
Vector
lunr
/
scaladget.lunr
/
Pipeline
Pipeline
@
native
@
JSType
trait
Pipeline
extends
Object
Graph
Supertypes
class
Object
trait
Any
class
Object
trait
Matchable
class
Any
Value members
Value members
Concrete methods
def
add
(functions:
IPipelineFunction
*):
Unit
def
after
(existingFn:
IPipelineFunction
, newFn:
IPipelineFunction
):
Unit
def
before
(existingFn:
IPipelineFunction
, newFn:
IPipelineFunction
):
Unit
def
load
(serialised:
Any
):
Pipeline
def
registerFunction
(fn:
IPipelineFunction
, label:
String
):
Unit
def
registeredFunctions
:
Dictionary
[
Function
]
def
remove
(fn:
IPipelineFunction
):
Unit
def
reset
():
Unit
def
run
(tokens:
Array
[
String
]):
Array
[
String
]
def
toJSON
():
Dynamic
def
warnIfFunctionNotRegistered
(fn:
IPipelineFunction
):
Unit
Inherited methods
def
hasOwnProperty
(v:
String
):
Boolean
Inherited from
Object
def
isPrototypeOf
(v:
Object
):
Boolean
Inherited from
Object
def
propertyIsEnumerable
(v:
String
):
Boolean
Inherited from
Object
def
toLocaleString
():
String
Inherited from
Object
def
valueOf
():
Any
Inherited from
Object