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=samplestring&qf=Exact_Word -> What does it tell to solr ? 3. q="samplestring"&qf=Exact_Word -> What does it tell to solr ? I think the

Re: Help to Understand a Solr Query

2014-05-15 Thread nativecoder
Hi All I have a following field settings in solr schema Exact_Word" omitPositions="true" termVectors="false" omitTermFreqAndPositions="true" compressed="true" type="string_ci" multiValued="false" indexed="true" stored="true" required="false" omitNorms="true"/> As you can see Exact_Word has

Re: KeywordTokenizerFactory splits the string for the exclamation mark

2014-05-14 Thread nativecoder
are the same. is it correct ? How 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

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=samplestring&qf=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 ma

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 As you can see Exact_Word has the KeywordTokenizerFactory and that should treat the string as it is. Following is my responseHeader. As you can see I am searching my string only in the filed Exact_Word

KeywordTokenizerFactory splits the string for the exclamation mark

2014-05-13 Thread nativecoder
Hi All I have a following field settings in solr schema Exact_Word*" omitPositions="true" termVectors="false" omitTermFreqAndPositions="true" compressed="true" type="string_ci" multiValued="false" indexed="true" stored="true" required="false" omitNorms="true"/> As you can see Exact_Email h

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 nativecoder
ct: http://www.solr-start.com/ - Accelerating your Solr > proficiency > > > On Tue, May 6, 2014 at 1:47 AM, nativecoder <[hidden > email]<http://user/SendEmail.jtp?type=node&node=4134841&i=0>> > wrote: > > > That answer helps a lot > &g

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 ) ) +Disju

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

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 n

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 sam

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 i

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 ab

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.

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 ab

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 a

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.

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
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...@hotm

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 unders