Package | Description |
---|---|
org.apache.lucene.search |
Code to search indices.
|
Modifier and Type | Class and Description |
---|---|
class |
CachingCollector
Caches all docs, and optionally also scores, coming from
a search, and is then able to replay them to another
collector.
|
class |
EarlyTerminatingSortingCollector
Deprecated.
Pass trackTotalHits=false to
TopFieldCollector instead of using this class. |
class |
PositiveScoresOnlyCollector
|
Copyright © 2000-2018 Apache Software Foundation. All Rights Reserved.