Re: Re: Look what i found here!!

2011-10-08 Thread Pradeep Pujari
hello.it has an amazing potential to be the ticket to economic freedom and fortunehttp://gruppors.web.fc2.com/GeoffreyBailey55.html";>http://gruppors.web.fc2.com/GeoffreyBailey55.htmlttyl

Re: how can I get the exact phrase count from solr?

2011-10-08 Thread Ahmet Arslan
> I know that solr has functions like > termfreq and that works fine for single > words. > How can I do the same count but for a phrase?    You can use ShingleFilterFactory at index time. http://wiki.apache.org/solr/AnalyzersTokenizersTokenFilters#solr.ShingleFilterFactory

how can I get the exact phrase count from solr?

2011-10-08 Thread Jason Toy
I know that solr has functions like termfreq and that works fine for single words. How can I do the same count but for a phrase?When solr does a full text search with a phrase, does it actually search for the phrase or does it break it down into single words? If it is broken down into single wo

Re: is SOLR-2412 production ready?

2011-10-08 Thread abhayd
hi Any one has used this patch? -- View this message in context: http://lucene.472066.n3.nabble.com/is-SOLR-2412-production-ready-tp3404326p3405716.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Max Field Scoring?

2011-10-08 Thread Ahmet Arslan
> Thanks Ahmet. Do you know of a way to > set a tie on only a set of fields, so in this case on PHD, > MASTERS and BACHELORS, but not on name? The end result being > s student named Stanford who went to Stanford for a PHD > would get a higher score than someone named Joe with the > same degree with

Re: EmbeddedSolr + Http?

2011-10-08 Thread Luis Cappa Banda
Hello. I think that there isn´t any problem to share the same configuration, but if you share also the data directory be careful to not modify the index at the same time with CommonHttpSolrServer and EmbeddedSolrServer: exceptions may occur. In any case I recommend you the contraire: index with Em

Re: Max Field Scoring?

2011-10-08 Thread Brian Gerby
Thanks Ahmet. Do you know of a way to set a tie on only a set of fields, so in this case on PHD, MASTERS and BACHELORS, but not on name? The end result being s student named Stanford who went to Stanford for a PHD would get a higher score than someone named Joe with the same degree with a query

Re: Max Field Scoring?

2011-10-08 Thread Ahmet Arslan
> &defType=dismax&qf=NAME PHD MASTERS > BACHELORS&tie=0.0&q=Stanford I forgot to add boost values &defType=dismax&qf=NAME PHD^100 MASTERS^50 BACHELORS^10&tie=0.0&q=Stanford

EmbeddedSolr + Http?

2011-10-08 Thread Darren Govoni
Hi, Can and EmbeddedSolrServer in one app and an HttpSolrServer (deployed as war) in another share the same solr home, data, config etc? I want to use the Http server for indexing against and the embedded one for searching. Is there a reason why this is bad? thanks, Darren

Re: Max Field Scoring?

2011-10-08 Thread Ahmet Arslan
> I am trying to figure out if a particular use case is > possible with solr. Let's say we are using solr to store a > group of people and the universities they attended. We have > four fields - NAME, PHD to house the name of the university > they received a phd degree from, MASTERS to house the na