V
- The generic type of the document identifier.public interface IHitCollector<V extends Comparable<V>>
Hit
s from the ReadIndexTask
.
Switched over to this interface to allow for an optimization when only
one token is presented for search - in this case we now use a simple
array of hits rather than a heavyweight ConcurrentHashMap.Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.