class org.apache.lucene.spatial.vector.PointVectorStrategy$DistanceRangeQuery$1 extends org.apache.lucene.search.ConstantScoreWeight
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: org.apache.lucene.spatial.vector.PointVectorStrategy$DistanceRangeQuery$1
super_class: org.apache.lucene.search.ConstantScoreWeight
{
final org.apache.lucene.spatial.vector.PointVectorStrategy$DistanceRangeQuery this$1;
descriptor: Lorg/apache/lucene/spatial/vector/PointVectorStrategy$DistanceRangeQuery;
flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC
private final org.apache.lucene.search.Weight val$w;
descriptor: Lorg/apache/lucene/search/Weight;
flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC
private final org.apache.lucene.search.ScoreMode val$scoreMode;
descriptor: Lorg/apache/lucene/search/ScoreMode;
flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC
void <init>(org.apache.lucene.spatial.vector.PointVectorStrategy$DistanceRangeQuery, org.apache.lucene.search.Query, float, org.apache.lucene.search.Weight, org.apache.lucene.search.ScoreMode);
descriptor: (Lorg/apache/lucene/spatial/vector/PointVectorStrategy$DistanceRangeQuery;Lorg/apache/lucene/search/Query;FLorg/apache/lucene/search/Weight;Lorg/apache/lucene/search/ScoreMode;)V
flags: (0x0000)
Code:
stack=3, locals=6, args_size=6
start local 0 start local 2 start local 3 0: aload 0
aload 1
putfield org.apache.lucene.spatial.vector.PointVectorStrategy$DistanceRangeQuery$1.this$1:Lorg/apache/lucene/spatial/vector/PointVectorStrategy$DistanceRangeQuery;
aload 0
aload 4
putfield org.apache.lucene.spatial.vector.PointVectorStrategy$DistanceRangeQuery$1.val$w:Lorg/apache/lucene/search/Weight;
aload 0
aload 5
putfield org.apache.lucene.spatial.vector.PointVectorStrategy$DistanceRangeQuery$1.val$scoreMode:Lorg/apache/lucene/search/ScoreMode;
aload 0
aload 2
fload 3
invokespecial org.apache.lucene.search.ConstantScoreWeight.<init>:(Lorg/apache/lucene/search/Query;F)V
return
end local 3 end local 2 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/apache/lucene/spatial/vector/PointVectorStrategy$DistanceRangeQuery$1;
0 1 2 $anonymous0 Lorg/apache/lucene/search/Query;
0 1 3 $anonymous1 F
MethodParameters:
Name Flags
this$0 final
$anonymous0
$anonymous1
val$w final
val$scoreMode final
public org.apache.lucene.search.Scorer scorer(org.apache.lucene.index.LeafReaderContext);
descriptor: (Lorg/apache/lucene/index/LeafReaderContext;)Lorg/apache/lucene/search/Scorer;
flags: (0x0001) ACC_PUBLIC
Code:
stack=6, locals=6, args_size=2
start local 0 start local 1 0: aload 0
getfield org.apache.lucene.spatial.vector.PointVectorStrategy$DistanceRangeQuery$1.val$w:Lorg/apache/lucene/search/Weight;
aload 1
invokevirtual org.apache.lucene.search.Weight.scorer:(Lorg/apache/lucene/index/LeafReaderContext;)Lorg/apache/lucene/search/Scorer;
astore 2
start local 2 1: aload 2
ifnonnull 3
2: aconst_null
areturn
3: StackMap locals: org.apache.lucene.search.Scorer
StackMap stack:
aload 0
getfield org.apache.lucene.spatial.vector.PointVectorStrategy$DistanceRangeQuery$1.this$1:Lorg/apache/lucene/spatial/vector/PointVectorStrategy$DistanceRangeQuery;
getfield org.apache.lucene.spatial.vector.PointVectorStrategy$DistanceRangeQuery.distanceSource:Lorg/apache/lucene/search/DoubleValuesSource;
aload 1
aload 2
invokestatic org.apache.lucene.search.DoubleValuesSource.fromScorer:(Lorg/apache/lucene/search/Scorable;)Lorg/apache/lucene/search/DoubleValues;
invokevirtual org.apache.lucene.search.DoubleValuesSource.getValues:(Lorg/apache/lucene/index/LeafReaderContext;Lorg/apache/lucene/search/DoubleValues;)Lorg/apache/lucene/search/DoubleValues;
astore 3
start local 3 4: aload 2
invokevirtual org.apache.lucene.search.Scorer.iterator:()Lorg/apache/lucene/search/DocIdSetIterator;
astore 4
start local 4 5: new org.apache.lucene.spatial.vector.PointVectorStrategy$DistanceRangeQuery$1$1
dup
aload 0
aload 4
aload 3
invokespecial org.apache.lucene.spatial.vector.PointVectorStrategy$DistanceRangeQuery$1$1.<init>:(Lorg/apache/lucene/spatial/vector/PointVectorStrategy$DistanceRangeQuery$1;Lorg/apache/lucene/search/DocIdSetIterator;Lorg/apache/lucene/search/DoubleValues;)V
astore 5
start local 5 6: new org.apache.lucene.search.ConstantScoreScorer
dup
aload 0
aload 0
invokevirtual org.apache.lucene.spatial.vector.PointVectorStrategy$DistanceRangeQuery$1.score:()F
aload 0
getfield org.apache.lucene.spatial.vector.PointVectorStrategy$DistanceRangeQuery$1.val$scoreMode:Lorg/apache/lucene/search/ScoreMode;
aload 5
invokespecial org.apache.lucene.search.ConstantScoreScorer.<init>:(Lorg/apache/lucene/search/Weight;FLorg/apache/lucene/search/ScoreMode;Lorg/apache/lucene/search/TwoPhaseIterator;)V
areturn
end local 5 end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 7 0 this Lorg/apache/lucene/spatial/vector/PointVectorStrategy$DistanceRangeQuery$1;
0 7 1 context Lorg/apache/lucene/index/LeafReaderContext;
1 7 2 in Lorg/apache/lucene/search/Scorer;
4 7 3 v Lorg/apache/lucene/search/DoubleValues;
5 7 4 approximation Lorg/apache/lucene/search/DocIdSetIterator;
6 7 5 twoPhase Lorg/apache/lucene/search/TwoPhaseIterator;
Exceptions:
throws java.io.IOException
MethodParameters:
Name Flags
context
public boolean isCacheable(org.apache.lucene.index.LeafReaderContext);
descriptor: (Lorg/apache/lucene/index/LeafReaderContext;)Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
getfield org.apache.lucene.spatial.vector.PointVectorStrategy$DistanceRangeQuery$1.this$1:Lorg/apache/lucene/spatial/vector/PointVectorStrategy$DistanceRangeQuery;
getfield org.apache.lucene.spatial.vector.PointVectorStrategy$DistanceRangeQuery.distanceSource:Lorg/apache/lucene/search/DoubleValuesSource;
aload 1
invokevirtual org.apache.lucene.search.DoubleValuesSource.isCacheable:(Lorg/apache/lucene/index/LeafReaderContext;)Z
ireturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/apache/lucene/spatial/vector/PointVectorStrategy$DistanceRangeQuery$1;
0 1 1 ctx Lorg/apache/lucene/index/LeafReaderContext;
MethodParameters:
Name Flags
ctx
static org.apache.lucene.spatial.vector.PointVectorStrategy$DistanceRangeQuery access$0(org.apache.lucene.spatial.vector.PointVectorStrategy$DistanceRangeQuery$1);
descriptor: (Lorg/apache/lucene/spatial/vector/PointVectorStrategy$DistanceRangeQuery$1;)Lorg/apache/lucene/spatial/vector/PointVectorStrategy$DistanceRangeQuery;
flags: (0x1008) ACC_STATIC, ACC_SYNTHETIC
Code:
stack=1, locals=1, args_size=1
0: aload 0
getfield org.apache.lucene.spatial.vector.PointVectorStrategy$DistanceRangeQuery$1.this$1:Lorg/apache/lucene/spatial/vector/PointVectorStrategy$DistanceRangeQuery;
areturn
LocalVariableTable:
Start End Slot Name Signature
}
SourceFile: "PointVectorStrategy.java"
EnclosingMethod: org.apache.lucene.spatial.vector.PointVectorStrategy$DistanceRangeQuery.createWeight:(Lorg/apache/lucene/search/IndexSearcher;Lorg/apache/lucene/search/ScoreMode;F)Lorg/apache/lucene/search/Weight;
NestHost: org.apache.lucene.spatial.vector.PointVectorStrategy
InnerClasses:
private DistanceRangeQuery = org.apache.lucene.spatial.vector.PointVectorStrategy$DistanceRangeQuery of org.apache.lucene.spatial.vector.PointVectorStrategy
org.apache.lucene.spatial.vector.PointVectorStrategy$DistanceRangeQuery$1
org.apache.lucene.spatial.vector.PointVectorStrategy$DistanceRangeQuery$1$1