Lines Matching defs:contains
203 * A complete set that contains all elements.
218 contains: function () {
224 * An empty set that contains no elements.
239 contains: function () {
245 * Returns true if this set contains the specified object.
248 * @returns {boolean} - True if this set contains the specified object.
250 lunr.Set.prototype.contains = function (object) {
507 * A pipeline function maps lunr.Token to lunr.Token. A lunr.Token contains the token
1610 * contains wildcards, in these cases the results are
1834 * An index contains the built index of all documents and provides a query interface
1858 * A result contains details of a document matching a search query.
2179 * If the query is negated (contains only prohibited terms)
2210 if (!allRequiredMatches.contains(docRef)) {
2214 if (allProhibitedMatches.contains(docRef)) {
2416 throw new RangeError ("Field '" + fieldName + "' contains illegal character '/'")
2863 * A single clause in a {@link lunr.Query} contains a term and details on how to
2878 * Unless the clause contains the fields to be matched all fields will be matched. In addition