RE: need help for generating Query String

2005-10-18 Thread jibu mathew
Thanks Koji. It worked for me. jibu -Original Message- From: Koji Sekiguchi [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 18, 2005 10:51 AM To: java-user@lucene.apache.org Subject: Re: need help for generating Query String Hi, > In a program I have indexed 10 files. When I do a searc

Re: org.apache.lucene.lockdir in 1.9

2005-10-18 Thread Daniel Naber
On Dienstag 18 Oktober 2005 10:52, javier muguruza wrote: > I was using System.setProperty("org.apache.lucene.lockdir", ...) in > 1.4.2 successfully. Now I updated to a 1.9rc-1 and this seems to have > stopped having any effect, locks are created in the default dir. See CHANGES.txt, it has been r

Re: Lucene in Action : example code -> document-parsing framework ...

2005-10-18 Thread MALCOLM CLARK
Hi, Could somebody please help me regarding Lucene and Digester. I have discovered this problem during indexing the INEX collection of XML for my MSc project. During the parsing of the XML files all named Volume.xml the parser will only index the last XML element in any repetitive list. For ex

Re: Lucene in Action : example code -> document-parsing framework ...

2005-10-18 Thread Erik Hatcher
Please try running the examples from the command-line per the README. Eliminate Eclipse from the equation first. Erik On 17 Oct 2005, at 19:12, Patricio Galeas wrote: Hello, first, thank you for your help !! I have replaced the JAR File in the "Java Build Path" von Eclipse with

[ off topic ] stnadard for field: suffix or prefix?

2005-10-18 Thread Robert Watkins
Yes, I know this is off topic, but I also know that some of the most experienced people in information retrieval monitor this list, so I thought it worth the risk to get flamed. A spec just came to my desk to develop a search application -- using Lucene -- with field names as a suffix to the sear

org.apache.lucene.lockdir in 1.9

2005-10-18 Thread javier muguruza
Hi, I was using System.setProperty("org.apache.lucene.lockdir", ...) in 1.4.2 successfully. Now I updated to a 1.9rc-1 and this seems to have stopped having any effect, locks are created in the default dir. Has this been substituted by another api call? thanks, javi