When I go through the debug results I found this. Can someone explain me what
is the + and | sign means.

+(

 +DisjunctionMaxQuery(
    (
      Exact_Field1:"samplestring1"^0.6 | 
      Exact_Field2:samplestring1^0.5 | 
      Field1:samplestring1^0.9 | 
      Field2:samplestring1 
     )
)
 +DisjunctionMaxQuery(
   (
       Exact_Field1:samplestring2^0.6 | 
      Exact_Field2:samplestring2^0.5 | 
      Field1:samplestring2^0.9 | 
      Field2:samplestring2 
    )
  )
)





--
View this message in context: 
http://lucene.472066.n3.nabble.com/Help-to-Understand-a-Solr-Query-tp4134686p4134886.html
Sent from the Solr - User mailing list archive at Nabble.com.

Reply via email to