Re: Help to Understand a Solr Query

2014-05-16 Thread Shawn Heisey
On 5/13/2014 8:56 AM, nativecoder wrote: > Exact_Word" omitPositions="true" termVectors="false" > omitTermFreqAndPositions="true" compressed="true" type="string_ci" > multiValued="false" indexed="true" stored="true" required="false" > omitNorms="true"/> > > multiValued="false" indexed="true" stor

Re: Help to Understand a Solr Query

2014-05-15 Thread nativecoder
uced query will be as below "parsedquery":"+DisjunctionMaxQuery((Exact_Word:d_sdasdsdwasd_...@dsadsadas.edu))",. This is what I expected solr to even with the "!" mark. with "_" mark it wont do a string split and treats the string as it is I thought if the KeywordTokenizerFactory is applied then it should return the exact string as it is Please help me to understand what is going wrong here -- View this message in context: http://lucene.472066.n3.nabble.com/Help-to-Understand-a-Solr-Query-tp4134686p4135464.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Help to Understand a Solr Query

2014-05-15 Thread Jack Krupansky
-user@lucene.apache.org Subject: Re: Help to Understand a Solr Query Hi All I have a following field settings in solr schema Exact_Word" omitPositions="true" termVectors="false" omitTermFreqAndPositions="true" compressed="true" type="string_ci" mult

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

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
alternatives - at least one of the alternatives must match. -- Jack 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 f

Re: Help to Understand a Solr Query

2014-05-06 Thread nativecoder
g2) > > > > Please note that in my query it is an AND clause. I am trying to > understand > > where the AND fits in. To be more precise my query is as below > > > > q=samplestring1 AND samplestring2&defType: edismax&qf: Exact_Field1^1.0 > > Exact_Field2

Re: Help to Understand a Solr Query

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

Re: Help to Understand a Solr Query

2014-05-05 Thread Alexandre Rafalovitch
Exact_Field1^1.0 > Exact_Field2^0.9 Field1^0.8 Field2^0.7&fl= 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-05 Thread nativecoder
ntext: 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-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 Jack Krupansky
apache.org 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

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
ativecoder Sent: 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

Help to Understand a Solr Query

2014-05-05 Thread nativecoder
s in the query Sample of Schema for fields -- 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 at Nabble.com.