RE: Best use of wildcard searches

2007-08-11 Thread Jonathan Woods
Thanks, Lance. I recall reading that Lucene is used in a superfast RDF query engine: http://www.deri.ie/about/press/releases/details/?uid=55&ref=213. Jon > -Original Message- > From: Lance Norskog [mailto:[EMAIL PROTECTED] > > The Protégé project at Stanford has nice tools for editing

Re: Spell Check Handler

2007-08-11 Thread climbingrose
That's exactly what I did with my custom version of the SpellCheckerHandler. However, I didn't handle suggestionCount and only returned the one corrected phrase which contains the "best" corrected terms. There is an issue on Lucene issue tracker regarding multi-word spellchecker: https://issues.apa

Re: FunctionQuery and boosting documents using date arithmetic

2007-08-11 Thread climbingrose
I'm having the date boosting function as well. I'm using this function: F = recip(rord(creationDate),1,1000,1000)^10. However, since I have around 10,000 of documents added in one day, rord(createDate) returns very different values for the same createDate. For example, the last document added with

Re: Spell Check Handler

2007-08-11 Thread karl wettin
11 aug 2007 kl. 10.36 skrev climbingrose: There is an issue on Lucene issue tracker regarding multi-word spellchecker: https://issues.apache.org/jira/browse/LUCENE-550 I think you mean LUCENE-626 that sort of depends on LUCENE-550. -- karl

Re: Spell Check Handler

2007-08-11 Thread climbingrose
Yeah. How stable is the patch Karl? Is it possible to use it in product environment? On 8/12/07, karl wettin <[EMAIL PROTECTED]> wrote: > > > 11 aug 2007 kl. 10.36 skrev climbingrose: > > > There is an issue on > > Lucene issue tracker regarding multi-word spellchecker: > > https://issues.apache.o

Re: Spell Check Handler

2007-08-11 Thread Pieter Berkel
On 11/08/07, climbingrose< [EMAIL PROTECTED]> wrote: > > That's exactly what I did with my custom version of the > SpellCheckerHandler. > However, I didn't handle suggestionCount and only returned the one > corrected > phrase which contains the "bes

Re: Spell Check Handler

2007-08-11 Thread karl wettin
12 aug 2007 kl. 02.35 skrev climbingrose: I think you mean LUCENE-626 Yeah. Is it possible to use it in product environment? It's been running live for a long time at this one place, but the code is stuck at Lucene 2.0 and an old version of 550. I don't really do any more Solr than to m

RE: Multivalued fields and the 'copyField' operator

2007-08-11 Thread Chris Hostetter
: If I index with this, the spellcheck Analyser class complains that I'm : putting two values in a multiValued="false" field. Since I have to make it : multiValued, the same word in successive values is not collapsed into one : mention of the word. I think you are missunderstanding hte intent of

RE: question: how to divide the indexing into sperate domains

2007-08-11 Thread Ben Shlomo, Yatir
Thanks yonik! I do have some unused fields inside the csv file. But they are not empty. They are numeric they can be anything between 0 to 10,000 Can I do something like f.unused.map=*:98765 yatir -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Yonik Se

Re: tomcat and solr multiple instances

2007-08-11 Thread Chris Hostetter
: Message-ID: : <[EMAIL PROTECTED]> : In-Reply-To: <[EMAIL PROTECTED]> http://people.apache.org/~hossman/#threadhijack When starting a new discussion on a mailing list, please do not reply to an existing message, instead start a fresh email. Even if you change the subject line of your email,