org.apache.solr.common.params
Interface HighlightParams
public interface HighlightParams
- Since:
- solr 1.3
- Version:
- $Id: HighlightParams.java 775110 2009-05-15 12:44:11Z markrmiller $
HIGHLIGHT
static final String HIGHLIGHT
- See Also:
- Constant Field Values
FIELDS
static final String FIELDS
- See Also:
- Constant Field Values
SNIPPETS
static final String SNIPPETS
- See Also:
- Constant Field Values
FRAGSIZE
static final String FRAGSIZE
- See Also:
- Constant Field Values
INCREMENT
static final String INCREMENT
- See Also:
- Constant Field Values
MAX_CHARS
static final String MAX_CHARS
- See Also:
- Constant Field Values
FORMATTER
static final String FORMATTER
- See Also:
- Constant Field Values
FRAGMENTER
static final String FRAGMENTER
- See Also:
- Constant Field Values
FIELD_MATCH
static final String FIELD_MATCH
- See Also:
- Constant Field Values
ALTERNATE_FIELD
static final String ALTERNATE_FIELD
- See Also:
- Constant Field Values
ALTERNATE_FIELD_LENGTH
static final String ALTERNATE_FIELD_LENGTH
- See Also:
- Constant Field Values
USE_PHRASE_HIGHLIGHTER
static final String USE_PHRASE_HIGHLIGHTER
- See Also:
- Constant Field Values
HIGHLIGHT_MULTI_TERM
static final String HIGHLIGHT_MULTI_TERM
- See Also:
- Constant Field Values
MERGE_CONTIGUOUS_FRAGMENTS
static final String MERGE_CONTIGUOUS_FRAGMENTS
- See Also:
- Constant Field Values
SIMPLE
static final String SIMPLE
- See Also:
- Constant Field Values
SIMPLE_PRE
static final String SIMPLE_PRE
- See Also:
- Constant Field Values
SIMPLE_POST
static final String SIMPLE_POST
- See Also:
- Constant Field Values
REGEX
static final String REGEX
- See Also:
- Constant Field Values
SLOP
static final String SLOP
- See Also:
- Constant Field Values
PATTERN
static final String PATTERN
- See Also:
- Constant Field Values
MAX_RE_CHARS
static final String MAX_RE_CHARS
- See Also:
- Constant Field Values
Copyright © 2010 Apache Software Foundation. All Rights Reserved.