public class HighlighterContext extends Object
| 修飾子とタイプ | フィールドと説明 |
|---|---|
SearchContext |
context |
SearchContextHighlight.Field |
field |
String |
fieldName |
FetchSubPhase.HitContext |
hitContext |
FieldMapper |
mapper |
org.apache.lucene.search.Query |
query |
| コンストラクタと説明 |
|---|
HighlighterContext(String fieldName,
SearchContextHighlight.Field field,
FieldMapper mapper,
SearchContext context,
FetchSubPhase.HitContext hitContext,
org.apache.lucene.search.Query query) |
public final String fieldName
public final SearchContextHighlight.Field field
public final FieldMapper mapper
public final SearchContext context
public final FetchSubPhase.HitContext hitContext
public final org.apache.lucene.search.Query query
public HighlighterContext(String fieldName, SearchContextHighlight.Field field, FieldMapper mapper, SearchContext context, FetchSubPhase.HitContext hitContext, org.apache.lucene.search.Query query)
Copyright © 2009–2016. All rights reserved.