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
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
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
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
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
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
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
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
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
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
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
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
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
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
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.
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 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
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.
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.
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
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
21 matches
Mail list logo