Return-Path: Delivered-To: apmail-lucene-java-user-archive@www.apache.org Received: (qmail 94899 invoked from network); 2 Oct 2006 17:53:36 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 2 Oct 2006 17:53:36 -0000 Received: (qmail 93451 invoked by uid 500); 2 Oct 2006 17:53:29 -0000 Delivered-To: apmail-lucene-java-user-archive@lucene.apache.org Received: (qmail 93422 invoked by uid 500); 2 Oct 2006 17:53:29 -0000 Mailing-List: contact java-user-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: java-user@lucene.apache.org Delivered-To: mailing list java-user@lucene.apache.org Received: (qmail 93409 invoked by uid 99); 2 Oct 2006 17:53:29 -0000 Received: from idunn.apache.osuosl.org (HELO idunn.apache.osuosl.org) (140.211.166.84) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 02 Oct 2006 10:53:29 -0700 X-ASF-Spam-Status: No, hits=0.0 required=5.0 tests= Received: from [169.229.70.167] ([169.229.70.167:37585] helo=rescomp.berkeley.edu) by idunn.apache.osuosl.org (ecelerity 2.1.1.8 r(12930)) with ESMTP id AD/43-24395-4F151254 for ; Mon, 02 Oct 2006 10:52:57 -0700 Received: by rescomp.berkeley.edu (Postfix, from userid 1007) id 75F625B763; Mon, 2 Oct 2006 10:52:50 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by rescomp.berkeley.edu (Postfix) with ESMTP id 6BDC57F403 for ; Mon, 2 Oct 2006 10:52:50 -0700 (PDT) Date: Mon, 2 Oct 2006 10:52:50 -0700 (PDT) From: Chris Hostetter To: java-user@lucene.apache.org Subject: Re: Very high fieldNorm for a field resulting in bad results In-Reply-To: <865c77680609292115q554143c1y2279fdd8348f741b@mail.gmail.com> Message-ID: References: <865c77680609250327j265039aeo43b8d771e405a5dc@mail.gmail.com> <865c77680609261944h335583acy6b6900ecb898e8eb@mail.gmail.com> <865c77680609280100s5641337fk7af470e6c4c87437@mail.gmail.com> <865c77680609292115q554143c1y2279fdd8348f741b@mail.gmail.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N : This should solve most of my heartache. : Whats the suggested way to use this ? Copy a solr jar ? Or just copy : the code for this 1 query ? that's entirely up to you, it depends on what kind of source management you want to have -- the suggested way to use it is to run Solr and use it via the "dismax" request hanlder :) : Are there plans to move this into lucene core ? (or contrib area?) no existing plans, promoting stuff from the lucene sub-projects into Lucene-Java seems to be a grey area at the moment. I suspect if you submited Jira patch that added the code to the lucene/java repository and provided some standalone tests (most or the Solr tests rely heavily on testing the behavior throughthe SolrCore) it would be considered. : SynonymFilter, etc back into lucene, or would it be simpler for : someone using java 1.5 to start using solr straight away. : : Are there any issues if I do decide to move to solr that I should be : aware of ? (I am using lucene 2.0 as of now) You don't need to use Lucene 1.5 to "use" Solr -- only if you want to right custom request handlers. the main question someone should ask when deciding wether to use Solr is "Do i want a Lucene based Search Server that takes care of the low level Lucene stuff for me, which i can query over HTTP, and which i can write custom plugins for if i want to to modify the high level behavior? ..." (or so then check Solr out) "...Or do i want a search library so i can embed the search functionality directly into my application?" (in which case stick with "Lucene Java") -Hoss --------------------------------------------------------------------- To unsubscribe, e-mail: java-user-unsubscribe@lucene.apache.org For additional commands, e-mail: java-user-help@lucene.apache.org