java.lang.Object | ||
↳ | org.apache.lucene.search.Collector | |
↳ | com.atlassian.jira.issue.statistics.util.FieldableDocumentHitCollector |
![]()
|
A Lucene search Collector that retrieves only a subset of fields within the Document for each result.
Protected Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
This constructor is deprecated.
{@since v6.1}
| |||||||||||
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Protected Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
This method should cache up the FieldSelector, such that overhead will be as small as possible when
this method is called from the
collect(int) method. |
[Expand]
Inherited Methods | |||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||||||||||
![]() |
This constructor is deprecated.
{@since v6.1}
Deprecated constructor. The searcher is not used by this class anymore.
This method should cache up the FieldSelector, such that overhead will be as small as possible when
this method is called from the collect(int)
method.