Hi,

I am trying to search a database . In my database I have a field level2.

My query: 
http://localhost:8983/solr/db/select/?defType=dismax&q=search%20level2&qf=data%20id^2%20&start=0&rows=11&fl=data,id

When I make the above query, I do not get any response. However I get the 
require the response when I do  the following query:

http://localhost:8983/solr/db/select/?defType=dismax&q=search%20level 
2&qf=data%20id^2%20&start=0&rows=11&fl=data,id 

The only difference in the two queries are: 

previous query: search for level2
new query: search for level 2 (whitespace between level and 2)

Note: My database has field name as level2 (no space between level and 2)

Could anybody please explain?

Thanks and regards,
Romita 

Reply via email to