0

We are facing a strange issue with the solr. When we query with particular field the query is not returning any values. Query 1: I am specifying an isbn number and extracting all the values available in publisher filed. Which is working as expected.

Query2 : We have specified and extra condition for Publisher this time but the query is returning 0 records , which should have returned 2

Screenshot with both the queries

Nimantha
  • 6,405
  • 6
  • 28
  • 69
abhi pm
  • 41
  • 1
  • 7
  • Please share with us your shema.xml – Oyeme May 25 '17 at 20:11
  • In particular - what's the definition of the fieldType used for `Publisher`? Initial guess is that there are different analyzers or filters present for `index` and `query`. – MatsLindh May 25 '17 at 22:24
  • thanks for the help. We were able to find the issue . There was some data issue. Publisher:%22University%20of%C2%A0Hawaii%C2%A0Press%22 We found that there are some invalid characters (%C2%A0) instead of space – abhi pm May 26 '17 at 10:55

1 Answers1

0

We were able to find the issue . There was some data issue. Publisher:%22University%20of%C2%A0Hawaii%C2%A0Press%22

We found that there are some invalid characters (%C2%A0) instead of space

abhi pm
  • 41
  • 1
  • 7