@types/lunr
Advanced tools
Comparing version 2.1.4 to 2.1.5
@@ -630,2 +630,15 @@ // Type definitions for lunr.js 2.1 | ||
/** | ||
* lunr.generateStopWordFilter builds a stopWordFilter function from the provided | ||
* list of stop words. | ||
* | ||
* The built in lunr.stopWordFilter is built using this generator and can be used | ||
* to generate custom stopWordFilters for applications or non English languages. | ||
* | ||
* @param stopWords - The list of stop words | ||
* @see lunr.Pipeline | ||
* @see lunr.stopWordFilter | ||
*/ | ||
function generateStopWordFilter(stopWords: string[]): PipelineFunction; | ||
/** | ||
* lunr.stopWordFilter is an English language stop word list filter, any words | ||
@@ -632,0 +645,0 @@ * contained in the list will not be passed through the filter. |
{ | ||
"name": "@types/lunr", | ||
"version": "2.1.4", | ||
"version": "2.1.5", | ||
"description": "TypeScript definitions for lunr.js", | ||
@@ -20,4 +20,4 @@ "license": "MIT", | ||
"dependencies": {}, | ||
"typesPublisherContentHash": "ab2f24bcdc3255b628a54094088e2a9ec9f38f98d99143f3b513af8f620298f4", | ||
"typesPublisherContentHash": "9153be078e9f596235813693d7e7e7abff8e5a2cced6d21601e115d6e79627e0", | ||
"typeScriptVersion": "2.3" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
Additional Details | ||
* Last updated: Tue, 05 Dec 2017 17:19:44 GMT | ||
* Last updated: Wed, 06 Dec 2017 16:08:29 GMT | ||
* Dependencies: none | ||
@@ -14,0 +14,0 @@ * Global values: lunr |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
39937
888