Re: [jira] Updated: (LUCENE-1424) Change all mutli term querys so that they extend MultiTermQuery and allow for a constant score mode

2008-11-05 Thread Mark Miller
Found the issue. The anon filter I am making in mutliterm query needs a hashcode and equals. - Mark On Nov 5, 2008, at 2:35 PM, "Mark Miller (JIRA)" <[EMAIL PROTECTED]> wrote: [ https://issues.apache.org/jira/browse/LUCENE-1424?page=com.atlassian.jira.plugin.system.issuetabpanels:al

[jira] Updated: (LUCENE-1424) Change all mutli term querys so that they extend MultiTermQuery and allow for a constant score mode

2008-11-05 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1424?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Miller updated LUCENE-1424: Attachment: LUCENE-1424.patch Okay, almost there. Making constantscorerange query extend rangequer

Re: IndexReader.open(File, readOnly)

2008-11-05 Thread Michael McCandless
Well... I didn't add it (and open(String path, boolean readOnly)) because I was hoping to keep the combinatoric explosion in check (eg IndexWriter's ctors scare me). Also, looking forward to 3.0, when the plan is to have IndexReader.open return a readOnly reader by default, I think it s

IndexReader.open(File, readOnly)

2008-11-05 Thread Emmanuel Bernard
Hello I was converting some code to 2.4 and realized that there is no "read- only" version for the open method taking File as a parameter. Is that intentional? Should I open a JIRA issue? - To unsubscribe, e-mail: [EMAIL PROTEC

RE: Adding dependency to servlet-api

2008-11-05 Thread Uwe Schindler
This notice was from the redistributed file in Jetty 6.1.12 (which is elsewhere licensed by Apache 2.0 License): http://svn.codehaus.org/jetty/jetty/tags/jetty-6.1.12.rc5/modules/servlet-ap i-2.5/src/main/java/javax/servlet/Servlet.java The interesting thing is that the rest of the files are ident

Re: Adding dependency to servlet-api

2008-11-05 Thread Yonik Seeley
I'm not seeing it: http://svn.apache.org/repos/asf/tomcat/tc6.0.x/trunk/java/javax/servlet/Servlet.java can you give a link? If Tomcat needs a NOTICE for this, we should bring it up on tomcat-dev. -Yonik On Wed, Nov 5, 2008 at 11:25 AM, Uwe Schindler <[EMAIL PROTECTED]> wrote: > Tomcat and also

RE: Adding dependency to servlet-api

2008-11-05 Thread Uwe Schindler
Tomcat and also jetty have a set of source java files in their dev tree from what they build the servlet-2.5.jar. Each JAVA file under javax.servlet (version 2.5) starts with the following text comment: /* * The contents of this file are subject to the terms * of the Common Development and Distr

Re: Adding dependency to servlet-api

2008-11-05 Thread Yonik Seeley
On Wed, Nov 5, 2008 at 5:16 AM, mark harwood <[EMAIL PROTECTED]> wrote: > Just checked Solr (forgot about that obvious precedent!) and they have it in > trunk/lib and an entry in trunk/notice.txt which reads: > > " Includes software from other Apache Software Foundation projects, > including, bu

Re: Adding dependency to servlet-api

2008-11-05 Thread mark harwood
>>How about simply adding a query parser plugin to Solr using the XML query >>parser? My initial concern is to make public in Lucene/contrib the demo web app I have just written up for Lucene In Action 2. I wanted to put this in Lucene/contrib rather than limit it to being code distributed with

Re: Adding dependency to servlet-api

2008-11-05 Thread Erik Hatcher
Mark, How about simply adding a query parser plugin to Solr using the XML query parser? It'd be pretty short, sweet, easy, and a real value- add to Solr too! I'd be happy to help or to even go the full distance and implement it myself. I've considered it often, as it would be great to

RE: Adding dependency to servlet-api

2008-11-05 Thread Uwe Schindler
Jetty or my project have the following text in NOTICE.txt: "The javax.servlet package used by Jetty/panFMP is copyright Sun Microsystems, Inc and Apache Software Foundation. It is distributed under the Common Development and Distribution License. You can obtain a copy of the license at: https://

Re: Adding dependency to servlet-api

2008-11-05 Thread mark harwood
Just checked Solr (forgot about that obvious precedent!) and they have it in trunk/lib and an entry in trunk/notice.txt which reads: " Includes software from other Apache Software Foundation projects, including, but not limited to: - Apache Tomcat (lib/servlet-api-2.4.jar)

RE: Adding dependency to servlet-api

2008-11-05 Thread Uwe Schindler
E.g. Jetty webserver (Apache 2.0 License) ships the servlet 2.5 API in source (SVN) and binary form along with its web container server. - Uwe Schindler H.-H.-Meier-Allee 63, D-28213 Bremen http://www.thetaphi.de eMail: [EMAIL PROTECTED] > From: Konstantin Priblouda [mailto:[EMAIL PROTECTED]

Re: Adding dependency to servlet-api

2008-11-05 Thread Konstantin Priblouda
[ Konstantin Pribluda http://www.pribluda.de ] JTec quality components: http://www.pribluda.de/projects/ --- On Tue, 11/4/08, markharw00d <[EMAIL PROTECTED]> wrote: > From: markharw00d <[EMAIL PROTECTED]> > Subject: Adding dependency to servlet-api > To: java-dev@lucene.apa