Re: How to know if a field is null?

2008-08-25 Thread Erik Hatcher
Lance - where do you see a negative query not working with Solr? Should work fine as long as the field name is valid. Erik On Aug 23, 2008, at 5:50 PM, Lance Norskog wrote: And, a negative query does not work, so if this is the only clause, you have to say: *:* AND -field[* TO

Re: "Multicore" and snapshooter / snappuller

2008-08-25 Thread Norberto Meijome
On Fri, 22 Aug 2008 12:21:53 -0700 "Lance Norskog" <[EMAIL PROTECTED]> wrote: > Apparently the ZFS (Silicon Graphics > originally) is great for really huge files. hi Lance, You may be confusing Sun's ZFS with SGI's XFS. The OP referred, i think, to ZFS. B _ {Beto|Nor

Re: How to know if a field is null?

2008-08-25 Thread Yonik Seeley
On Mon, Aug 25, 2008 at 5:33 AM, Erik Hatcher <[EMAIL PROTECTED]> wrote: > Lance - where do you see a negative query not working with Solr? Should > work fine as long as the field name is valid. Actually, we only ever fixed it for top-level queries in Solr... so if it's nested you currently need

Re: "Multicore" and snapshooter / snappuller

2008-08-25 Thread Jon Baer
Yeah I think the snapshot techniques that ZFS provides would be very nice for handling indexes, although remains to be seen as I have not seen too much info pertaining to it. Im hoping to have a chance to put Solr on OpenSolaris soon and will see what works / what doesn't. (BTW this combo

dataimporthandler and mysql connector jar

2008-08-25 Thread Walter Ferrara
Launching a multicore solr with dataimporthandler using a mysql driver, (driver="com.mysql.jdbc.Driver") works fine if the mysql connector jar (mysql-connector-java-5.0.7-bin.jar) is in the classpath, either jdk classpath or inside the solr.war lib dir. While putting the mysql-connector-java-5.0.7-

sporadic warnings / errors when using a DataImportHandler based solr instance

2008-08-25 Thread Jeremy Hinegardner
Hi all, I have a system using DataImportHandler, and it is performing great, but we're getting a couple of sporadic warnings / errors that I'd like to be able to address. The version of solr we are using is a nightly snapshot from 2008-08-02. 1) INFO: PERFORMANCE WARNING: Overlapping onDeckSearc

Re: Solr Logo thought

2008-08-25 Thread Otis Gospodnetic
Hoss, I like the LogoContest page, but I have a feeling it will not result in more logo candidates getting submitted because the only people who know about it are solr-user/dev subscribers, and people here are typically not designers. Perhaps solr-user/dev subscribers have pointed their designer

Re: Solr Logo thought

2008-08-25 Thread Mark Miller
I don't think Hoss wants to be involved in the logo contest beyond the guidance he gave ;) What is there now is really a template I stole from other logo contests. It hasn't really been blessed or finished. For instance, the contest end date should be decided upon. No committer has even really

RE: Less aggressive stemmer?

2008-08-25 Thread Wagner,Harry
Otis, I'd be happy to. Where do you think the best place to put this is - under 'hacking Solr' or with the other stemming text? -Original Message- From: Otis Gospodnetic [mailto:[EMAIL PROTECTED] Sent: Friday, August 22, 2008 12:24 PM To: solr-user@lucene.apache.org Subject: Re: Less aggr

hebrew stemmer

2008-08-25 Thread michael ravits
I am really curious whether anyone is working/worked on something like this? Also I would like to hear ideas for a direction to begin working on. Michael

Re: solr nightly (1.3ish) and jboss 4.2.2 class cast exception

2008-08-25 Thread Christopher Liebman
I believe this is the issue http://issues.apache.org/jira/browse/SOLR-495 and blocks the sample from working out of the box in jboss 4.2.2 -- Chris On Aug 22, 2008, at 2:49 PM, Christopher Liebman wrote: Is anyone using the nightly (1.3ish) build in jboss 4.2.2? I just a

RE: How to know if a field is null?

2008-08-25 Thread Lance Norskog
Has this been fixed in solr 1.3? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Yonik Seeley Sent: Monday, August 25, 2008 5:44 AM To: solr-user@lucene.apache.org Subject: Re: How to know if a field is null? On Mon, Aug 25, 2008 at 5:33 AM, Erik Hatcher

Re: Less aggressive stemmer?

2008-08-25 Thread Otis Gospodnetic
I'd create a new page and link it from, perhaps, the page about stemming if there is one or from the page about analyzers/tokens/filters. Otis -- Sematext -- http://sematext.com/ -- Lucene - Solr - Nutch - Original Message > From: "Wagner,Harry" <[EMAIL PROTECTED]> > To: solr-user@l

SpellCheckComponent bug?

2008-08-25 Thread Matthew Runo
Hello folks! I seem to be seeing a bug in the SpellCheckComponent.. Search term: Quicksilver... I get two suggestions... 2 Quicksilver 220 Quiksilver ...and it's not correctly spelled... false ...but the collation is of the first term - not the one with the highest frequency? Quicks

Using score in FunctionQuery

2008-08-25 Thread Yoav Caspi
Hi, Is it possible to use Lucene similarity score in a FunctionQuery (in dismax boost function, for example) as part of a function? I would like to use a more complex boosting function, which uses more than simple boosting addition (for example a*score+b). Thanks

Re: dataimporthandler and mysql connector jar

2008-08-25 Thread Norberto Meijome
On Mon, 25 Aug 2008 17:11:47 +0200 Walter Ferrara <[EMAIL PROTECTED]> wrote: > Launching a multicore solr with dataimporthandler using a mysql driver, > (driver="com.mysql.jdbc.Driver") works fine if the mysql connector jar > (mysql-connector-java-5.0.7-bin.jar) is in the classpath, either jdk > c

Re: dataimporthandler and mysql connector jar

2008-08-25 Thread Noble Paul നോബിള്‍ नोब्ळ्
Which build of Solr are you using. The feature of loading libraries from ${solr.home}/lib is added recently. I guess it must work with the latest trunk. if it doesn't please let us know --Noble On Mon, Aug 25, 2008 at 8:41 PM, Walter Ferrara <[EMAIL PROTECTED]> wrote: > Launching a multicore solr

Re: dataimporthandler and mysql connector jar

2008-08-25 Thread Shalin Shekhar Mangar
Hi Walter, I just tried this out. Yes, it does not work that way. Right now, the driver and datasources are not loaded using the multicore lib aware SolrResourceLoader. Loading entity processors and transformers from the multi core lib should be fine. Can you please open a JIRA issue for this? Ho