Re: Help to Understand a Solr Query

2014-05-16 Thread Shawn Heisey
On 5/13/2014 8:56 AM, nativecoder wrote: field name=quot;lt;bExact_Word omitPositions=true termVectors=false omitTermFreqAndPositions=true compressed=true type=string_ci multiValued=false indexed=true stored=true required=false omitNorms=true/ field name=Word compressed=true

Re: Help to Understand a Solr Query

2014-05-15 Thread Jack Krupansky
@lucene.apache.org Subject: Re: Help to Understand a Solr Query Hi All I have a following field settings in solr schema field name=quot;lt;bExact_Word omitPositions=true termVectors=false omitTermFreqAndPositions=true compressed=true type=string_ci multiValued=false indexed=true stored=true required

Re: Help to Understand a Solr Query

2014-05-06 Thread nativecoder
) ) +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

Re: Help to Understand a Solr Query

2014-05-06 Thread nativecoder
AND samplestring2defType: edismaxqf: Exact_Field1^1.0 Exact_Field2^0.9 Field1^0.8 Field2^0.7fl= Column1, Column2 -- View this message in context: http://lucene.472066.n3.nabble.com/Help-to-Understand-a-Solr-Query-tp4134686p4134775.html Sent from the Solr - User mailing list archive at Nabble.com

Re: Help to Understand a Solr Query

2014-05-06 Thread Jack Krupansky
Krupansky -Original Message- From: nativecoder Sent: Tuesday, May 6, 2014 4:44 AM To: solr-user@lucene.apache.org Subject: Re: Help to Understand a Solr Query When I go through the debug results I found this. Can you explain me what is the + and | sign means. +( +DisjunctionMaxQuery

Re: Help to Understand a Solr Query

2014-05-06 Thread nativecoder
Thank you this is what I was looking for all this time I wanted to understand how the query that I passed being evaluated by solr -- View this message in context: http://lucene.472066.n3.nabble.com/Help-to-Understand-a-Solr-Query-tp4134686p4134904.html Sent from the Solr - User mailing list

Re: Help to Understand a Solr Query

2014-05-06 Thread Jack Krupansky
Think of debugQuery as your Solr BFF! -- Jack Krupansky -Original Message- From: nativecoder Sent: Tuesday, May 6, 2014 7:36 AM To: solr-user@lucene.apache.org Subject: Re: Help to Understand a Solr Query Thank you this is what I was looking for all this time I wanted to understand

Help to Understand a Solr Query

2014-05-05 Thread nativecoder
=true required=false omitNorms=true/ copyField source=Field1 dest=Exact_Field1/ copyField source=Field2 dest=Exact_Field2/ -- View this message in context: http://lucene.472066.n3.nabble.com/Help-to-Understand-a-Solr-Query-tp4134686.html Sent from the Solr - User mailing list archive

Re: Help to Understand a Solr Query

2014-05-05 Thread Jack Krupansky
: Monday, May 5, 2014 9:11 AM To: solr-user@lucene.apache.org Subject: Help to Understand a Solr Query Hi All I am completely new to solr and hoping to understand the basics. Can one of you help me to understand what the following query does, in which order it is getting executed I understand

Re: Help to Understand a Solr Query

2014-05-05 Thread nativecoder
AND Field2:samplestring2) Is the above correct ? -- View this message in context: http://lucene.472066.n3.nabble.com/Help-to-Understand-a-Solr-Query-tp4134686p4134714.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Help to Understand a Solr Query

2014-05-05 Thread Jack Krupansky
Subject: Re: Help to Understand a Solr Query I already went through the link. I understand about the boosting factor for the relevancy query=samplestring1 AND samplestring2 defType: edismax queryFields: Exact_Field1^1.0 Exact_Field2^0.9 Field1^0.8 Field2^0.7 fieldList: Column1, Column2 I need

Re: Help to Understand a Solr Query

2014-05-05 Thread nativecoder
.472066.n3.nabble.com/Help-to-Understand-a-Solr-Query-tp4134686p4134763.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Help to Understand a Solr Query

2014-05-05 Thread nativecoder
://lucene.472066.n3.nabble.com/Help-to-Understand-a-Solr-Query-tp4134686p4134775.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Help to Understand a Solr Query

2014-05-05 Thread Alexandre Rafalovitch
^0.8 Field2^0.7fl= Column1, Column2 -- View this message in context: http://lucene.472066.n3.nabble.com/Help-to-Understand-a-Solr-Query-tp4134686p4134775.html Sent from the Solr - User mailing list archive at Nabble.com.