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.
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
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
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
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...@