Thank you very much for the reply. I made a mistake. Following is the query. Please have a look at it and let me know how this works internally. I am new to Solr and I am trying to understand how this works. This is something already there in the project I am working
query=testuser.lastn...@hotmail.com AND testuser.lastname defType: edismax queryFields: Exact_Email^1.0 Exact_LoginName^0.9 Exact_LastName^0.8 Exact_FirstName^0.7 Email^0.6 LoginName^0.5 LastName^0.4 FirstName^0.3 fieldList: Creation_Date,Email,FirstName,LastName,LoginName,PersonId,id resultRows: 250 startRow: 0 P.S testuser.lastn...@hotmail.com AND testuser.lastname are some test strings in the query -- View this message in context: http://lucene.472066.n3.nabble.com/Explain-Solr-Query-Execution-tp4134547p4134552.html Sent from the Solr - User mailing list archive at Nabble.com.