Since Lucene 2.9, queries operate on each segment of an Index separately, so overriding the similar (now deprecated) methods in {@link CustomScoreQuery}is no longer suitable, as the supplied doc
ID is per-segment and without knowledge of the IndexReader you cannot access the document or {@link FieldCache}.
@lucene.experimental
@since 2.9.2
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|