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
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.
-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
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
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
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
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
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
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.
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.
.472066.n3.nabble.com/Help-to-Understand-a-Solr-Query-tp4134686p4134763.html
Sent from the Solr - User mailing list archive at Nabble.com.
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
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.
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
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.
15 matches
Mail list logo