RE: OR query on multiple fields causes low coord

2005-06-11 Thread M. Mokotov
Hi Paul, Thanks for the help. -Original Message- From: Paul Elschot [mailto:[EMAIL PROTECTED] Sent: Thursday, June 09, 2005 8:11 PM To: java-user@lucene.apache.org Subject: Re: OR query on multiple fields causes low coord On Thursday 09 June 2005 13:14, M. Mokotov wrote: > Hi, > > I

Re: DBSight, search on database by Lucene

2005-06-11 Thread Joshua Slive
On Sat, 11 Jun 2005, Erik Hatcher wrote: On Jun 11, 2005, at 1:08 PM, Chris Lu wrote: Thanks. Somehow I found the "Powered By" Lucene page is "Immutable Page", even if I logged in. http://wiki.apache.org/jakarta-lucene/PoweredBy Wow, it sure is. I'm CC'ing infrastructure to find out

Re: DBSight, search on database by Lucene

2005-06-11 Thread Erik Hatcher
On Jun 11, 2005, at 1:08 PM, Chris Lu wrote: Thanks. Somehow I found the "Powered By" Lucene page is "Immutable Page", even if I logged in. http://wiki.apache.org/jakarta-lucene/PoweredBy Wow, it sure is. I'm CC'ing infrastructure to find out why this page is immutable. Erik --

Re: Lucene search clusters

2005-06-11 Thread Falko Guderian
You have to combine lucene and weka on your own. I don't know an open source implementation or some other tools. Sorry, you have to write a wrapper. -Falko Some people just replied, but I forgot the most important thing... I'm thinking of this project as part of the Google's Summer of Code prog

Re: DBSight, search on database by Lucene

2005-06-11 Thread Chris Lu
Thanks. Somehow I found the "Powered By" Lucene page is "Immutable Page", even if I logged in. http://wiki.apache.org/jakarta-lucene/PoweredBy Chris Lu Erik Hatcher wrote: On Jun 11, 2005, at 3:25 AM, Chris Lu wrote: To demonstrate the search capability, DBSight created a demo search on

Re: DBSight, search on database by Lucene

2005-06-11 Thread Erik Hatcher
On Jun 11, 2005, at 3:25 AM, Chris Lu wrote: To demonstrate the search capability, DBSight created a demo search on 1.7 million CD albums information by freedb.org provided data. http://search.dbsight.com/ Nice job! Here's the best query:

Re: Zilverline Search Engine version 1.4.0 released

2005-06-11 Thread Ryan Ackley
Michael, Cool, looks nice. I downloaded the distribution and I notice that you are using several bsd-licensed libraries besides lucene including the textmining.org library. I couldn't find any acknowledgement of those libraries in your documentation. The Apache 2.0 license lets you just inclu

Re: International Stemmers and Character Encoding

2005-06-11 Thread Edwin Mol
Please ignore my previous post, I have solved the problem. Turned out that my IDE(eclipse) didn't use UTF-8 encoding by default. Edwin - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTE

International Stemmers and Character Encoding

2005-06-11 Thread Edwin Mol
I have downloaded the analysers sources from the sandbox area, but for every *Stemmer class I'm having compilation problems: "Invalid Character Constant". Here is how a code snipper looks like from the DutchtStemmer class: /** * Substitute ä, ë, ï, ö, ü, á , é, í, ó, ú */ private void subs

DBSight, search on database by Lucene

2005-06-11 Thread Chris Lu
Hello Lucene developers, I would like to introduce myself and say thanks to Lucene contributors and this mailing list. We have just released DBSight 1.0, which is a J2EE application that can create a search engine on any relational database. You can build a vertical search website within hours i