Re: SOLR ranking

2016-02-19 Thread Alessandro Benedetti
tiValued="true"/> >>>>>> >>>>>> >>>>> multiValued="true"/> >>>>>> >>>>> >>>>> stored="false" >>>> >>>>> multiValued="true"/

Re: SOLR ranking

2016-02-19 Thread Ere Maijala
vert you definitely. So, let me try this option too. All, Please suggest if anyone is having any other suggestion on this. I have to implement it on urgent basis and i think i am very close to it. Thanks all of you. I have reached to this level just because of you guys. Thanks and R

Re: SOLR ranking

2016-02-18 Thread Binoy Dalal
> http://localhost:8983/solr/tgl/select?q=rheumatoid%20arthritis&wt=xml&tie=1.0&rows=200&q.op=AND&indent=true&defType=edismax&stopwords=true&lowercaseOperators=true&debugQuery=true&; > > > > pf=topTitle^200 subtopTitle^80 indTerm^40 drugStri

Re: SOLR ranking

2016-02-18 Thread Alessandro Benedetti
le^80 indTerm^40 drugString^30 tglData^6& > > > pf3=topTitle^200 subtopTitle^80 indTerm^40 drugString^30 tglData^6& > > > qf=topic_title^100 subtopic_title^40 index_term^20 drug^15 content^3 > > > > > > After making these changes, I am able to get my sea

Re: SOLR ranking

2016-02-18 Thread Binoy Dalal
> the > > results in the correct order. > > > > Hi Modassar, > > > > I tried using mm=100, but the order is still the same. > > > > Hi Alessandro, > > > > I have not yet tried the slope parameter. By default it is taking it as > 1.0 > >

Re: SOLR ranking

2016-02-18 Thread Emir Arnautovic
rds, Nitin -- View this message in context: http://lucene.472066.n3.nabble.com/SOLR-ranking-tp4257367p4257782.html Sent from the Solr - User mailing list archive at Nabble.com. -- Monitoring * Alerting * Anomaly Detection * Centralized Log Management Solr & Elasticsearch Support * http://sematext.com/

Re: SOLR ranking

2016-02-17 Thread Nitin.K
I have to implement it on urgent basis and i think i am very close to it. Thanks all of you. I have reached to this level just because of you guys. Thanks and Regards, Nitin -- View this message in context: http://lucene.472066.n3.nabble.com/SOLR-ranking-tp4257367p4257782.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: SOLR ranking

2016-02-16 Thread david.w.smi...@gmail.com
ds and then sort > based on your single valued fields. > > Either ways, you'll have to experiment and see what works best for you. > > On Mon, Feb 15, 2016 at 8:21 PM Nitin.K wrote: > > > Thanks Binoy.. > > > > Actually it is throwing following err

Re: SOLR ranking

2016-02-16 Thread Alessandro Benedetti
alued="true"/> >> > > > > >> >> > > > > >> > > > > > >> multiValued="true"/> >> > > > > >> > > stored="false" >> > > > > >> multiV

Re: SOLR ranking

2016-02-16 Thread Alessandro Benedetti
ored="true"/> > > > > > >> > > > > > >> > > > > > >> > > > > > >> > > > > > >> > > > > > >> > > > > > >> > > > > >> positionIncrem

Re: SOLR ranking

2016-02-16 Thread Binoy Dalal
; > >> > > > class="solr.StandardTokenizerFactory"/> > > > > >> > > > >> ignoreCase="true" > > > > >> words="stopwords.txt" /> > > > > >> > class="solr.LowerC

Re: SOLR ranking

2016-02-16 Thread Modassar Ather
t;> class="solr.LowerCaseFilterFactory"/> > > > >> > > > >> > > > >> > > class="solr.StandardTokenizerFactory"/> > > > >>

Re: SOLR ranking

2016-02-16 Thread Alessandro Benedetti
uot;stopwords.txt" /> > > >> > >> synonyms="synonyms.txt" > > >> ignoreCase="true" expand="true"/> > > >> > > >> > > >> > > >&g

Re: SOLR ranking

2016-02-16 Thread Modassar Ather
t;> synonyms="synonyms.txt" > >> ignoreCase="true" expand="true"/> > >> > >> > >> > >> >> positionIncrementGap="100" > >> omitTermFreqAndPositions="true&quo

Re: SOLR ranking

2016-02-16 Thread Emir Arnautovic
individual words (i.e word-1 AND word-2) -- View this message in context: http://lucene.472066.n3.nabble.com/SOLR-ranking-tp4257367p4257556.html Sent from the Solr - User mailing list archive at Nabble.com. -- Monitoring * Alerting * Anomaly Detection * Centralized Log Management Solr &

Re: SOLR ranking

2016-02-16 Thread Alessandro Benedetti
w can i first search the phrase and then go to the > > individual words (i.e word-1 AND word-2) > > > > > > > > -- > > View this message in context: > > http://lucene.472066.n3.nabble.com/SOLR-ranking-tp4257367p4257556.html > > Sent from the Solr - User m

Re: SOLR ranking

2016-02-16 Thread Binoy Dalal
ow, how can i first search the phrase and then go to the > individual words (i.e word-1 AND word-2) > > > > -- > View this message in context: > http://lucene.472066.n3.nabble.com/SOLR-ranking-tp4257367p4257556.html > Sent from the Solr - User mailing list archive at Nabble.com. > -- Regards, Binoy Dalal

Re: SOLR ranking

2016-02-16 Thread Nitin.K
mutual count of both the terms and based on that, its deciding the order. kindly let me know, how can i first search the phrase and then go to the individual words (i.e word-1 AND word-2) -- View this message in context: http://lucene.472066.n3.nabble.com/SOLR-ranking-tp4257367p4257556.html Sent

Re: SOLR ranking

2016-02-16 Thread Nitin.K
these two fields and also indexed them with term positions for phrase search ?? I tried using omitTermFreqAndPositions="true" and omitPositions="false" but thats not working for me. Thanks, Nitin -- View this message in context: http://lucene.472066.n3.nabble.com/SOLR-

Re: SOLR ranking

2016-02-16 Thread Binoy Dalal
>> synonyms="synonyms.txt" > >> ignoreCase="true" expand="true"/> > >> > >> > >> > >> >> positionIncrementGap="100" > >> omitTermFreqAndPositions

Re: SOLR ranking

2016-02-16 Thread Alessandro Benedetti
p="100" >> omitTermFreqAndPositions="true" omitNorms="true"> >> >> > class="solr.WhitespaceTokenizerFactory"/> >> > ignoreCase="true" >> wo

Re: SOLR ranking

2016-02-15 Thread Emir Arnautovic
ng q.op="AND" in my query. Thanks, Nitin -- View this message in context: http://lucene.472066.n3.nabble.com/SOLR-ranking-tp4257367p4257510.html Sent from the Solr - User mailing list archive at Nabble.com. -- Monitoring * Alerting * Anomaly Detection * Centralized Log Management Solr & Elasticsearch Support * http://sematext.com/

Re: SOLR ranking

2016-02-15 Thread Binoy Dalal
ceTokenizerFactory"/> > > > ignoreCase="true" > > words="stopwords.txt" /> > > > > > > > > > > > > I want , if user will search for a phrase then that pharse should always > > takes the priority in comaprison to the individual words; > > > > Example: "Eating Disorders" > > > > First it will search for "Eating Disorders" together and then the > > individual > > words "Eating" and "Disorders" > > but while searching for individual words, it will always return those > > documents where both the words should exist for which i am already using > > q.op="AND" in my query. > > > > Thanks, > > Nitin > > > > > > > > > > -- > > View this message in context: > > http://lucene.472066.n3.nabble.com/SOLR-ranking-tp4257367p4257510.html > > Sent from the Solr - User mailing list archive at Nabble.com. > > > -- Regards, Binoy Dalal

Re: SOLR ranking

2016-02-15 Thread Modassar Ather
a phrase then that pharse should always > takes the priority in comaprison to the individual words; > > Example: "Eating Disorders" > > First it will search for "Eating Disorders" together and then the > individual > words "Eating" and "Disorders" > but while searching for individual words, it will always return those > documents where both the words should exist for which i am already using > q.op="AND" in my query. > > Thanks, > Nitin > > > > > -- > View this message in context: > http://lucene.472066.n3.nabble.com/SOLR-ranking-tp4257367p4257510.html > Sent from the Solr - User mailing list archive at Nabble.com. >

Re: SOLR ranking

2016-02-15 Thread Nitin.K
rds should exist for which i am already using q.op="AND" in my query. Thanks, Nitin -- View this message in context: http://lucene.472066.n3.nabble.com/SOLR-ranking-tp4257367p4257510.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: SOLR ranking

2016-02-15 Thread Binoy Dalal
e 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 context: > http://lucene.472066.n3.nabble.com/SOLR-ranking-tp4257367p4257

Re: SOLR ranking

2016-02-15 Thread Nitin.K
context: http://lucene.472066.n3.nabble.com/SOLR-ranking-tp4257367p4257420.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: SOLR ranking

2016-02-15 Thread Binoy Dalal
> > > -- > 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. > -- Regards, Binoy Dalal

Re: SOLR ranking

2016-02-15 Thread Nitin.K
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.

Re: SOLR ranking

2016-02-15 Thread Emir Arnautovic
order of no. of occurrences inside the content field. Kindly help in this. I will be really thankful -- View this message in context: http://lucene.472066.n3.nabble.com/SOLR-ranking-tp4257367.html Sent from the Solr - User mailing list archive at Nabble.com. -- Monitoring * Alerting * Anomaly Detecti

Re: SOLR ranking

2016-02-15 Thread Binoy Dalal
x_term and drug then the documents > should be ranked in the order of no. of occurrences inside the content > field. > > > Kindly help in this. I will be really thankful > > > > -- > View this message in context: > http://lucene.472066.n3.nabble.com/SOLR-ranking-tp4257367.html > Sent from the Solr - User mailing list archive at Nabble.com. > -- Regards, Binoy Dalal

SOLR ranking

2016-02-15 Thread Nitin.K
this. I will be really thankful -- View this message in context: http://lucene.472066.n3.nabble.com/SOLR-ranking-tp4257367.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Solr ranking query..

2014-02-04 Thread Varun Thacker
Hi Chris, An example for point 3 could be - &boost=recip(field(domainRank),0.1,1,1) http://wiki.apache.org/solr/FunctionQuery#recip "recip(x,m,a,b) implementing a/(m*x+b). m,a,b are constants, x is any numeric field or arbitrarily complex function." So with these values when domainRank is 1 it w

Re: Solr ranking query..

2014-02-04 Thread Chris
Dear Varun, Thank you for your replies, I managed to get point 1 & 2 done, but for the boost query, I am unable to figure it out. Could you be kind enough to point me to an example or maybe advice a bit more on that one? Thanks for your help, Chris On Tue, Feb 4, 2014 at 3:14 PM, Varun Thacker

Re: Solr ranking query..

2014-02-04 Thread Varun Thacker
Hi Chris, I think what you are looking for could be solved using the eDismax query parser. https://cwiki.apache.org/confluence/display/solr/The+Extended+DisMax+Query+Parser 1. Your Query Fields ( qf ) would be - "urlKeywords^60 title^40 fulltxt^1" 2. To check on adultFlag:N you could use &fq=ad

Solr ranking query..

2014-02-03 Thread Chris
Hi, I have a document structure that looks like the below. I would like to implement something like - (urlKeywords:"+keyword+" AND domainRank:[3 TO 1] AND adultFlag:N)^60 " + "OR (title:"+keyword+" AND domainRank:[3 TO 1] AND adultFlag:N)^20 " + "OR (title:"+keyword+" AND domainRank:[1

Re: Confused by Solr Ranking

2010-03-09 Thread Erick Erickson
t;> So my question is that why did the rows containing the word "impression" > >> got > >> ranked higher than the rows containing the word "impress" when I > searched > >> for "impress"? > >> > >> > > The "text&

Re: Confused by Solr Ranking

2010-03-09 Thread Michael Lackhoff
On 09.03.2010 16:01 Ahmet Arslan wrote: > >> I kind of suspected stemming to be the reason behind this. >> But I consider stemming to be a good feature. > > This is the side effect of stemming. Stemming increases recall while harming > precision. But most people want the best possible combinat

Re: Confused by Solr Ranking

2010-03-09 Thread abhishes
than the rows containing the word "impress" when I searched >> for "impress"? >> >> > The "text" type is configured to do stemming on the input. So I'm guessing > that "impression" and "impress" both stem to the same form. You can remove > the EnglishPorterFilterFactory from the text type if you don't need > stemming. > > -- > Regards, > Shalin Shekhar Mangar. > > -- View this message in context: http://old.nabble.com/Confused-by-Solr-Ranking-tp27834227p27836299.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Confused by Solr Ranking

2010-03-09 Thread Ahmet Arslan
> I kind of suspected stemming to be the reason behind this. > But I consider stemming to be a good feature. This is the side effect of stemming. Stemming increases recall while harming precision.

Re: Confused by Solr Ranking

2010-03-09 Thread Shalin Shekhar Mangar
On Tue, Mar 9, 2010 at 4:38 PM, abhishes wrote: > > I am indexing a column in a database. I have chosen field type of text for > this column (this type was defined in the sample schema file which comes in > the Solr Example). > > When I search for the word "impress" and top 3 results. I get these

Re: Confused by Solr Ranking

2010-03-09 Thread Avi Rosenschein
> > > > I kind of suspected stemming to be the reason behind this. > > But I consider stemming to be a good feature. > > This is the side effect of stemming. Stemming increases recall while > harming precision. > This is a side effect of stemming, the way it is currently implemented in Lucene. Ste

Confused by Solr Ranking

2010-03-09 Thread abhishes
when I searched for "impress"? My field type Text is defined as follows in the schema. -- View this message in context: h

Re: Question regarding Solr ranking

2008-03-02 Thread Chris Hostetter
: I am not really clear to what the analysis mode is supposed to give me. It : requires me to specify a field when I specify a query. What does that do? : Also, I don't see anything in the analyzer to explain the weighting of a : particular document. i think what Otis ment is that the analysis too

Re: Question regarding Solr ranking

2008-02-29 Thread oleg_gnatovskiy
t. Am I understanding was > RemoveDuplicatesTokenFilterFactory does incorrectly? -- View this message in context: http://www.nabble.com/Question-regarding-Solr-ranking-tp15719752p15768743.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Question regarding Solr ranking

2008-02-28 Thread Otis Gospodnetic
ene - Solr - Nutch - Original Message > From: oleg_gnatovskiy <[EMAIL PROTECTED]> > To: solr-user@lucene.apache.org > Sent: Wednesday, February 27, 2008 1:33:44 PM > Subject: Re: Question regarding Solr ranking > > > Sorry about the previous message, I had some for

Re: Question regarding Solr ranking

2008-02-27 Thread oleg_gnatovskiy
gt; > protected="protwords.txt"/> > > > > > Forgive me if I am wrong, but shouldn't the > RemoveDuplicatesTokenFilterFactory have the string "Pizza... Pizza... > Pizza... Pizza... Pizza... Pizza... Pizza... Pizza... Pizza... Pizza... > Pizza... Pizza... Pizza... Pizza... Pizza... Pizza... Pizza... Pizza... > Pizza... Pizza... Pizza..." Count as simplu one Pizza? > I'd appreciate any help I can get! > > Thanks! > -- View this message in context: http://www.nabble.com/Question-regarding-Solr-ranking-tp15719752p15719834.html Sent from the Solr - User mailing list archive at Nabble.com.

Question regarding Solr ranking

2008-02-27 Thread oleg_gnatovskiy
zza... Pizza... Pizza... Pizza... Pizza... Pizza... Pizza... Pizza... Pizza... Pizza... Pizza... Pizza... Pizza... Pizza... Pizza... Pizza..." Count as simplu one Pizza? I'd appreciate any help I can get! Thanks! -- View this message in context: http://www.nabble.com/Question-r