Re: solr version upgrade

2007-11-30 Thread anuvenk
Ok. Here is the parsedquery_toString +(((text:need^0.8 | name:need^2.0)~0.01 (text:roommat^0.8 | name:roommat^2.0)~0.01 (text:agreement^0.8 | name:agreement^2.0)~0.01)~3) (text:"need roommat agreement"~50^0.8 | name:"need roommat agreement"~50^2.0)~0.01 The index was built a couple of months bac

Re: solr version upgrade

2007-11-30 Thread Yonik Seeley
On Nov 30, 2007 3:10 PM, anuvenk <[EMAIL PROTECTED]> wrote: > Ok. Here is the parsedquery_toString > > +(((text:need^0.8 | name:need^2.0)~0.01 (text:roommat^0.8 | > name:roommat^2.0)~0.01 (text:agreement^0.8 | name:agreement^2.0)~0.01)~3) > (text:"need roommat agreement"~50^0.8 | name:"need roomma

Re: solr version upgrade

2007-11-29 Thread Yonik Seeley
On Nov 29, 2007 6:26 PM, anuvenk <[EMAIL PROTECTED]> wrote: > The schema hasn't been updated in a long time though. I have the same version > of solr & the same index & configs on my local PC and that seems to exlude > the stop words i added while searching. Its quite puzzling why the new > stopwor

Re: solr version upgrade

2007-11-29 Thread anuvenk
The schema hasn't been updated in a long time though. I have the same version of solr & the same index & configs on my local PC and that seems to exlude the stop words i added while searching. Its quite puzzling why the new stopwords wouldn't be taken in to account. Yonik Seeley wrote: > > On No

Re: solr version upgrade

2007-11-29 Thread Yonik Seeley
On Nov 29, 2007 6:08 PM, anuvenk <[EMAIL PROTECTED]> wrote: > I got this doubt because i added a few stopwords and synonyms but even after > restarting solr & tomacat, the stopwords and synonyms were still not being > taken in to account by solr. Since we upgraded recently i wasn't sure if > that w

Re: solr version upgrade

2007-11-29 Thread anuvenk
I got this doubt because i added a few stopwords and synonyms but even after restarting solr & tomacat, the stopwords and synonyms were still not being taken in to account by solr. Since we upgraded recently i wasn't sure if that was the reason. Any idea why this could be happening? Yonik Seeley

Re: solr version upgrade

2007-11-29 Thread Yonik Seeley
On Nov 29, 2007 4:05 PM, anuvenk <[EMAIL PROTECTED]> wrote: > should i re-index all the data if i upgrade to the larest solr version? No, it shouldn't be needed. -Yonik