RE: dih groovy script question

2012-09-21 Thread Moore, Gary
oovy version in your command-line and copied a different version into the libraries Solr knows about? Because this looks like a pure Groovy error Best Erick On Thu, Sep 13, 2012 at 9:03 PM, Moore, Gary wrote: > I'm a bit stumped as to why I can't get a groovy script to run from

dih groovy script question

2012-09-13 Thread Moore, Gary
I'm a bit stumped as to why I can't get a groovy script to run from the DIH. I'm sure it's something braindead I'm missing. The script looks like this in data-config.xml:

DIH doesn't handle bound namespaces?

2011-10-31 Thread Moore, Gary
I'm trying to import some MODS XML using DIH. The XML uses bound namespacing: http://www.w3.org/2001/XMLSchema-instance"; xmlns:mods="http://www.loc.gov/mods/v3"; xmlns:xlink="http://www.w3.org/1999/xlink"; xmlns="http://www.loc.gov/mods/v3"; xsi:schemaLocation="http://www

RE: how to run solr in apache server?

2011-09-07 Thread Moore, Gary
Solr only runs in a container. To make it appear as if Solr is "running" on httpd, Google 'httpd tomcat' for instructions on how to front tomcat with httpd mod_jk or mod_proxy. Our system admins prefer mod_proxy. Not sure why you'd need to front Solr with httpd since it's usually an applicat

RE: commas in synonyms.txt are not escaping

2011-08-29 Thread Moore, Gary
Hah, I knew it was something simple. :) Thanks. Gary -Original Message- From: ysee...@gmail.com [mailto:ysee...@gmail.com] On Behalf Of Yonik Seeley Sent: Sunday, August 28, 2011 12:50 PM To: solr-user@lucene.apache.org Subject: Re: commas in synonyms.txt are not escaping Turns out this

RE: commas in synonyms.txt are not escaping

2011-08-26 Thread Moore, Gary
synonyms.txt are not escaping Gary, isn't your wordDelimiter removing your commas in the query time? have u tried it in the analyzer? 2011/8/26 Moore, Gary > Here you go -- I'm just hacking the text field at the moment. Thanks, > Gary > > > > >

RE: commas in synonyms.txt are not escaping

2011-08-26 Thread Moore, Gary
wrote: > On Fri, Aug 26, 2011 at 10:17 AM, Moore, Gary wrote: >> >> I have a number of chemical names containing commas which I'm mapping in >> index_synonyms.txt thusly: >> >> 2\,4-D-butotyl=>Aqua-Kleen,BRN 1996617,Bladex-B,Brush killer 64,Butoxy-D >

RE: commas in synonyms.txt are not escaping

2011-08-26 Thread Moore, Gary
Here you go -- I'm just hacking the text field at the moment. Thanks, Gary -Original Message- From: Alexei Martchenko [m

commas in synonyms.txt are not escaping

2011-08-26 Thread Moore, Gary
I have a number of chemical names containing commas which I'm mapping in index_synonyms.txt thusly: 2\,4-D-butotyl=>Aqua-Kleen,BRN 1996617,Bladex-B,Brush killer 64,Butoxy-D 3,CCRIS 8562 According to the sample synonyms.txt, the comma above should be. i.e. a\,a=>b\,b.The problem is that ac