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