Constructor PostingsHighlighter
PostingsHighlighter()
Creates a new highlighter with DEFAULT_MAX_LENGTH.
Declaration
public PostingsHighlighter()
PostingsHighlighter(Int32)
Creates a new highlighter, specifying maximum content length.
Declaration
public PostingsHighlighter(int maxLength)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | maxLength | maximum content size to process. |