Class Index | File Index

Classes


Class fullproof.IndexUnit


Defined in: fullproof-all-large.js.

Class Summary
Constructor Attributes Constructor Name and Description
 
fullproof.IndexUnit(name, capabilities, analyzer, initializer, index)
Represent all the data associated to an index, from the point of view of a search engine.
Field Summary
Field Attributes Field Name and Description
 
The parser used to inject text in the index
 
The fullproof.Capabilities object originally associated to the index
 
The index itself
 
The initializer function when the index needs to be built
 
The name of the index
Class Detail
fullproof.IndexUnit(name, capabilities, analyzer, initializer, index)
Represent all the data associated to an index, from the point of view of a search engine.
Parameters:
name
the name of the index, expected to be unique in the search engine
capabilities
a fullproof.Capabilities
analyzer
initializer
index
Field Detail
analyzer
The parser used to inject text in the index

capabilities
The fullproof.Capabilities object originally associated to the index

index
The index itself

initializer
The initializer function when the index needs to be built

name
The name of the index

Documentation generated by JsDoc Toolkit 2.4.0 on Tue Sep 18 2012 20:18:58 GMT+0200 (CEST)