Difference between search strings

2014-05-15 Thread nativecoder
Can someone please tell me the difference between searching a text in the following ways 1. q=Exact_Word:samplestring - What does it tell to solr ? 2. q=samplestringqf=Exact_Word - What does it tell to solr ? 3. q=samplestringqf=Exact_Word - What does it tell to solr ? I think the first

Re: KeywordTokenizerFactory splits the string for the exclamation mark

2014-05-14 Thread nativecoder
Also could you please tell me the difference between searching a text in the following ways q=Exact_Word:samplestring q=samplestringqf=Exact_Word I am trying to understand how enclosing the full term in is resolving this problem ? What does it tell to solr ? Other than the exclamation mark

Re: KeywordTokenizerFactory splits the string for the exclamation mark

2014-05-14 Thread nativecoder
does it differ from the second one. I am trying to understand how enclosing the full term in is resolving this problem ? What does it tell to solr ? Other than the exclamation mark are there any other characters which tells specific things to solr On May 14, 2014 1:54 AM, nativecoder [via Lucene

KeywordTokenizerFactory splits the string for the exclamation mark

2014-05-13 Thread nativecoder
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=false omitNorms=true/ field name=Word compressed=true

KeywordTokenizerFactory splits the string for the exclamation mark

2014-05-13 Thread nativecoder
Hi jack Please have a look at this I have a following field settings in solr schema field name=bExact_Word omitPositions=true termVectors=false omitTermFreqAndPositions= true compressed=true type=string_ci multiValued=false indexed=true stored=true required=false omitNorms=true/ field

Re: Help to Understand a Solr Query

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

Re: Help to Understand a Solr Query

2014-05-06 Thread nativecoder
On Tue, May 6, 2014 at 1:47 AM, nativecoder [hidden email]http://user/SendEmail.jtp?type=nodenode=4134841i=0 wrote: That answer helps a lot Where would the OR clause be ? (Exact_Field1:samplestring1 OR Exact_Field1:samplestring2) AND (Exact_Field2:samplestring1 OR Exact_Field2

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

Explain Solr Query Execution

2014-05-05 Thread nativecoder
How will a query like below will get executed, In which order I understand that when this query is executed fields mentioned in fieldList will be returned. What I don't understand is how the samplestring1 and samplestring2 will get searched with the query fields specified I think I will be able

Help to Understand a Solr Query

2014-05-05 Thread nativecoder
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 that when this query is executed fields mentioned in fieldList will be returned. What I don't understand

Re: Help to Understand a Solr Query

2014-05-05 Thread nativecoder
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 to understand whether the samplestring1 and

Re: Help to Understand a Solr Query

2014-05-05 Thread nativecoder
That answer helps a lot Where would the OR clause be ? (Exact_Field1:samplestring1 *OR* Exact_Field1:samplestring2) AND (Exact_Field2:samplestring1 *OR* Exact_Field2:samplestring2) AND (Field1:samplestring1 *OR* Field1:samplestring2) AND (Field2:samplestring1 *OR* Field2:samplestring2) Please

Re: Help to Understand a Solr Query

2014-05-05 Thread nativecoder
That answer helps a lot Where would the OR clause be ? (Exact_Field1:samplestring1 OR Exact_Field1:samplestring2) AND (Exact_Field2:samplestring1 OR Exact_Field2:samplestring2) AND (Field1:samplestring1 OR Field1:samplestring2) AND (Field2:samplestring1 OR Field2:samplestring2) Please note that

Explain Solr Query Execution

2014-05-04 Thread nativecoder
How will a query like below will get executed, In which order q=samplestring1 AND samplestring2 fq= Field1^1.0 Field2^0.9 Field3^0.8 defType=edismax fl=samplefield1,samplefiled2,samplefiled3 I understand that when this query is executed fields mentioned in F1 will be returned. What I don't

Re: Explain Solr Query Execution

2014-05-04 Thread nativecoder
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

Re: Explain Solr Query Execution

2014-05-04 Thread nativecoder
Hi Jack I have updated the query correctly. Please have a look -- View this message in context: http://lucene.472066.n3.nabble.com/Explain-Solr-Query-Execution-tp4134547p4134554.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Explain Solr Query Execution

2014-05-04 Thread nativecoder
Hi Jack I have updated the query correctly. Please have a look -- View this message in context: http://lucene.472066.n3.nabble.com/Explain-Solr-Query-Execution-tp4134547p4134555.html Sent from the Solr - User mailing list archive at Nabble.com.

How Solr will execute a query mentioned below

2014-05-04 Thread nativecoder
How will a query like below will get executed, In which order I understand that when this query is executed fields mentioned in fieldList will be returned. What I don't understand is how the samplestring1 and samplestring2 will get searched with the query fields specified I think I will be able

Understand Solr Query Execution

2014-05-04 Thread nativecoder
How will a query like below will get executed, In which order I understand that when this query is executed fields mentioned in fieldList will be returned. What I don't understand is how the samplestring1 and samplestring2 will get searched with the query fields specified I think I will be able

Re: Understand Solr Query Execution

2014-05-04 Thread nativecoder
Can someone help with me this request -- View this message in context: http://lucene.472066.n3.nabble.com/Understand-Solr-Query-Execution-tp4134562p4134617.html Sent from the Solr - User mailing list archive at Nabble.com.