Hi Binoy,
We are searching for both phrases and individual words
but we want that only those documents which are having phrases will come
first in the order and then the individual app.
termPositions = true is also not working in my case.
I have also removed the string type from copy fields. ki
Hi Emir,
I tried using the boost parameters for phrase search by removing the
omitTermFreqAndPositions from the multivalued field type but somehow while
searching phrases; the documents that have exact match are not coming up in
the order. Instead; in the content field, it is considering the mutua
You are absolutely right Binoy..!!
But my problem is; We don't want the term frequency to take into account for
index term as well as drug. (i.e. Don't want to consider the no. of
occurrences of search term for both of these fields.)
Is it possible that i can omit the term frequency for these two
I am using edismax parser with the following query:
localhost:8983/solr/tgl/select?q=eating%20disorders&wt=xml&tie=1.0&rows=200&q.op=AND&indent=true&defType=edismax&stopwords=true&lowercaseOperators=true&debugQuery=true&qf=topic_title%5E100+subtopic_title%5E40+index_term%5E20+drug%5E15+content%5E3
Thanks Binoy..
I have used the boost parameters and its working as expected.
I also need to give the priority to the phrase search. Kindly suggest on
this.
I am using edismax parser right now.
Using pf, pf2 and pf3 parameters but that too are not working properly.
--
View this message in cont
Thanks Binoy..
Actually it is throwing following error:
can not sort on multivalued field: index_term
--
View this message in context:
http://lucene.472066.n3.nabble.com/SOLR-ranking-tp4257367p4257378.html
Sent from the Solr - User mailing list archive at Nabble.com.
I have five fields in SOLR
topic_title
subtopic_title
index_terms - Multivalued
drug - Multivalued
content
- Now, I want to rank the documents with all these fields; I want all those
documents that are haivng the search term in topic_title will come first in
the order
then documents having search