CreateFileLengthLowerBound

DocumentFilter.CreateFileLengthLowerBound method

Creates a filter for skipping documents with the length less than the lower bound.

public static DocumentFilter CreateFileLengthLowerBound(long lowerBound)
Parameter Type Description
lowerBound Int64 The lower bound of the document length.

Return Value

A document filter by document length.

See Also