solr-vector-scoring icon indicating copy to clipboard operation
solr-vector-scoring copied to clipboard

NullPointerException while querying

Open ritesh-dineout opened this issue 7 years ago • 2 comments

I am facing NullPointerException at https://github.com/saaay71/solr-vector-scoring/blob/master/src/com/github/saaay71/solr/VectorScoreQuery.java#L48 line number.

The term vector is null and when checking the size it throws NullPointerException. I tried to debug this issue but unable to find what is the cause of terms vectors being null.

It may be possible that for all the documents in solr vectors are not available and for those documents the vector field will not even be indexed and hence no term vector.

There should be a null check and if term vectors are null score should be 0.

ritesh-dineout avatar Feb 21 '18 16:02 ritesh-dineout

Getting the same issue. If any one find the solution plz answer

sandeep0473 avatar May 17 '19 13:05 sandeep0473

how to solve the problem with "NullPointerException"? image

llllly26 avatar Mar 28 '21 02:03 llllly26