Return-Path: Delivered-To: apmail-lucene-java-user-archive@www.apache.org Received: (qmail 89507 invoked from network); 6 Apr 2005 08:24:55 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 6 Apr 2005 08:24:55 -0000 Received: (qmail 25133 invoked by uid 500); 6 Apr 2005 08:24:49 -0000 Delivered-To: apmail-lucene-java-user-archive@lucene.apache.org Received: (qmail 25041 invoked by uid 500); 6 Apr 2005 08:24:48 -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 Delivered-To: moderator for java-user@lucene.apache.org Received: (qmail 19303 invoked by uid 500); 6 Apr 2005 02:50:23 -0000 Delivered-To: apmail-jakarta-lucene-user@jakarta.apache.org X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: neutral (hermes.apache.org: local policy) From: "Jason Eacott" To: lucene-user@jakarta.apache.org Date: Wed, 6 Apr 2005 12:20:35 +0930 MIME-Version: 1.0 Subject: lucene 1.4 + needs spaces problem Reply-To: jeacott@hardlight.com.au Message-ID: <4253D413.14684.8835087@localhost> Priority: normal X-mailer: Pegasus Mail for Windows (v4.01) Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Content-description: Mail message body X-Virus-Checked: Checked X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Hi, I recently upgraded from lucene 1.3 final to 1.4 and discovered some things which no longer seem to work right. I am using Analyzer analyzer = new StandardAnalyzer(); QueryParser parser = new QueryParser( "terms", analyzer); parser.setOperator(QueryParser.DEFAULT_OPERATOR_AND); query = parser.parse(TextParameters); I then proceed to flesh out the query with a bunch of BooleanQuery's all this works great with the older lucene but I get lots of error s in the trace because I am also using the compoundindex (need to on a windoze box to prevent too many file handles issues) anyway - if I run a query something like properties@conf:false+properties@year:"2004"+properties@month:"February"+properties @committee:"Council" it no longer works unless I ensure there are spaces around each + eg this works properties@conf:false + properties@year:"2004" + properties@month:"February" + properties@committee:"Council" can anyone tell me if this has been fixed somewhere or whether this was by design? (I cannot imagine that it is) I know I have and set by default but this should still work I think. thanks in Advance Jason. btw - the mailinglist search is broken, I get VelocityServlet: Error processing the template null: Got error 127 from table handlerorg.apache.velocity.exception.VelocityException: null: Got error 127 from table handler at org.tigris.eyebrowse.servlets.EyebrowseServlet.handleRequest(Unknown Source) at org.apache.velocity.servlet.VelocityServlet.doRequest(VelocityServlet.java:396) at org.tigris.eyebrowse.servlets.EyebrowseServlet.doRequest(Unknown Source) for this URL http://nagoya.apache.org/eyebrowse/BrowseList?listName=lucene- user@jakarta.apache.org&from=&to=&count=12556&by=date&first=41&windowSize=20&s electedPage=3 Thanks Jason. --------------------------------------------------------------------- To unsubscribe, e-mail: java-user-unsubscribe@lucene.apache.org For additional commands, e-mail: java-user-help@lucene.apache.org