Re: best way to debug shard format errors

2008-08-22 Thread Chris Hostetter
Ian: I don't know enough about the BinaryResponseWriter or shard searching to really know what the root cause of the problen is here, but it sound like a bug that should be fixed ... could you pelase file one in Jira and mark it "Fix Version: 1.3" (we should figure it out before 1.3 goes out)

Re: Recognizing date inputs

2008-08-22 Thread Chris Hostetter
: (Im sure this was asked before but found nothing on markmail) ... Wondering if : Solr can handle this on its own or if something needs to be written ... would : like to handle recognizing date inputs to a search box for news articles, : items such as "August 1","August 1st" or "08/01/2008" ... i

Re: Solr Logo thought

2008-08-22 Thread Chris Hostetter
: I think Shalin's poll is the contest. :) A public poll is a voting mechanism, it can be part ofa contest ... a contest involves "rules" (which in our case have to do with attaching to Jira and granting liscence, also probably some size requirements) and a specific, anounced in advance, windo

Re: Testing query response time

2008-08-22 Thread Chris Hostetter
: I want to know how long solr will take to process a unique query taking full : advantage of OS i/o buffers. I think executing a set of unique queries from a start up Solr, send it a "healthy" number of unique queries until your system stats indicate that your free mem has leveled off (now you

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

2008-08-22 Thread Christopher Liebman
Is anyone using the nightly (1.3ish) build in jboss 4.2.2? I just attempted to use the example in jboss 4.2.2 and it fails with a class cast exception. Has anyone seen this before? Happens on both mac and linux platforms. -- Chris Mac java: 10-1-3-116:~ liebman$ java -version jav

Re: Clarification on facets

2008-08-22 Thread Chris Hostetter
: Of course, if anyone has any ideas on how to get the numbers of times : term is repeated in a document, : I'm all ears. you're not the first person to ask ... SOLR-651 is to try and adress this issue at a fairly general level -- you'd only need a small piece of the data it would return (if it

Re: Solr FAQ entry about "Dynamically calculated range facet" topic

2008-08-22 Thread Alexander Ramos Jardim
I would like to hear as much as possible about this topic as I really do lots of dynamic facet processing in my client application nowadays. 2008/8/10 Rogerio Pereira <[EMAIL PROTECTED]> > Hi! > > I would like to know if I can add a FAQ entry about this topic, the > motivation, ideas and workarou

How to know if a field is null?

2008-08-22 Thread Alexander Ramos Jardim
Hey people, I'd like to know if there's a way to query for not having a field set. Something like saying "I want all the docs that have field A empty". Is that possible? -- Alexander Ramos Jardim

RE: "Multicore" and snapshooter / snappuller

2008-08-22 Thread Lance Norskog
We looked into this awhile back. Apparently the ZFS (Silicon Graphics originally) is great for really huge files. The Reiser file systems are tuned for many many very small files. (Unfortunately Mr. Hans Reiser is in jail for 15 yrs, but the file systems live on: http://en.wikipedia.org/wiki/Hans

Re: Return results for suggested SpellCheck terms

2008-08-22 Thread Erik Hatcher
On Aug 22, 2008, at 12:32 PM, Chris Hostetter wrote: : I'd like to have a handler that 1) executes a query, 2) provides spelling : suggestions for incorrectly spelled words, and 3) if the original query : returns 0 results, return results based on the spell check suggestions. : : 1 & 2

Re: Duplicate Data Across Fields

2008-08-22 Thread Chris Hostetter
: I have 2 fields which will sometimes contain the same data. When they do : contain the same data, am I paying the same performance cost as when they : contain unique data? I think the real question here is: does Lucene index : values per field, or per document? are we talking about the stored v

Re: Solr FAQ entry about "Dynamically calculated range facet" topic

2008-08-22 Thread Mike Klaas
On 22-Aug-08, at 10:35 AM, Rogerio Pereira wrote: Hi Cris, I just asked this because I need to know if this kind of addition is welcome and somebody cares with this kind of information. Are you planning on discussing ways to optimize facet queries such as age:[XX TO YY]? I'm sure someo

Re: [SOLVED...]Re: Problems using saxon for XSLT transforms

2008-08-22 Thread Chris Hostetter
: well, although no explicit information is present about whether it IS : using saxon, it obviously dies when saxon isn't present- I moved : lib/saxon* out of the way, and any transformation dies with : yeah ... i don't think anything in the Solr XSLT code goes out of it's way to log what Tran

Re: Solr FAQ entry about "Dynamically calculated range facet" topic

2008-08-22 Thread Rogerio Pereira
Hi Cris, I just asked this because I need to know if this kind of addition is welcome and somebody cares with this kind of information. 2008/8/22 Chris Hostetter <[EMAIL PROTECTED]> > > : I would like to know if I can add a FAQ entry about this topic, the > : motivation, ideas and workarounds us

Re: Return results for suggested SpellCheck terms

2008-08-22 Thread Chris Hostetter
: I'd like to have a handler that 1) executes a query, 2) provides spelling : suggestions for incorrectly spelled words, and 3) if the original query : returns 0 results, return results based on the spell check suggestions. : : 1 & 2 are straight forward using the SpellCheckComponent, but I can't

Re: problem while starting jetty server on the latest code from svn..

2008-08-22 Thread Chris Hostetter
: Hi : i happen to download the latest code from svn, as i have to implement : multicore in our project. : wen i try to start the jetty server its giving .. how are you starting jettty? is that *everything* you see on the console? if so, then it looks like Jetty doesn't know anything about the

Re: Solr FAQ entry about "Dynamically calculated range facet" topic

2008-08-22 Thread Chris Hostetter
: I would like to know if I can add a FAQ entry about this topic, the : motivation, ideas and workarounds used. If yes, I would like do it with help : from all guys that faced this problem. Anyone can add to the wiki ... just create an account (info is at the bottom of the wiki FrontPage. For a

Re: Solr Logo thought

2008-08-22 Thread Otis Gospodnetic
I think Shalin's poll is the contest. :) Otis -- Sematext -- http://sematext.com/ -- Lucene - Solr - Nutch - Original Message > From: Mike Klaas <[EMAIL PROTECTED]> > To: solr-user@lucene.apache.org > Sent: Thursday, August 21, 2008 2:28:13 PM > Subject: Re: Solr Logo thought > > I t

Re: Less aggressive stemmer?

2008-08-22 Thread Otis Gospodnetic
It won't be integrated in Solr 1.3, I believe, because of KStem's license. But we should document what the Factory for it can look like, perhaps by posting it on the Wiki. Harry, if you have the code handy, feel free to post it on the Solr Wiki somewhere. Otis -- Sematext -- http://sematext.c

Re: "Multicore" and snapshooter / snappuller

2008-08-22 Thread Alexander Ramos Jardim
ZFS is good if have REALLY big files. Not so often, my segment files get that big size to benefit from ZFS. 2008/8/21 Jon Baer <[EMAIL PROTECTED]> > Thanks ... on a somewhat related note, does having the index on ZFS buy me > anything, has anyone toyed w/ ZFS snapshots / send / recv to automount

RE: Less aggressive stemmer?

2008-08-22 Thread Wagner,Harry
We use KStem also and are very happy with it. I think it has been integrated into Solr and will be included in 1.3 (someone please correct me if this is not the case). You should be able to get it from the nightly builds now. Cheers! harry -Original Message- From: Kevin Osborn [mailto:[

Re: Less aggressive stemmer?

2008-08-22 Thread Jason Rennie
Kevin & Guillaume, Many thanks for the pointers. It sounds like one of these two solutions will fit our needs. Cheers, Jason On Thu, Aug 21, 2008 at 5:33 PM, Guillaume Smet <[EMAIL PROTECTED]>wrote: > On Thu, Aug 21, 2008 at 11:23 PM, Jason Rennie <[EMAIL PROTECTED]> wrote: > > Is there an op