Highlight with multi word synonyms

2011-11-22 Thread Brian Gerby
I'm trying to use multi-word synonyms. For example in my synonyms file I have nhl, national hockey league. If I do this index only, a search for nhl returns a correct match, but highlights the first word only, national. Ideally, it would highlight national hockey league or not highlight at all.

RE: Three questions about: Commit, single index vs multiple indexes and implementation advice

2011-11-04 Thread Brian Gerby
Gustavo - Even with the most basic requirements, I'd recommend setting up a multi-core configuration so you can RELOAD the main core you will be using when you make simple changes to config files. This is much cleaner than bouncing solr each time. There are other benefits to doing it, but thi

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

Max Field Scoring?

2011-10-07 Thread Brian Gerby
Hi all - 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 th

RE: import Data via PHP

2011-07-14 Thread Brian Gerby
Joerg - In your PHP code, you can create a snippet of XML with your fields and send that to your solr server via a form post. Example of XML Schema here http://wiki.apache.org/solr/UpdateXmlMessages. > Date: Thu, 14 Jul 2011 20:48:20 +0200 > Subject: import Data via PHP > From: joerg.ag...@