Re: ERROR opening the Index - contact sysadmin!

2007-06-13 Thread Grant Ingersoll
what you did. At step 3, I got the following: Exception in thread "main" java.lang.NoClassDefFoundError: org/ apache/lucene/demo/IndexFiles Thank you in advance for your help. - Lucene User> From: [EMAIL PROTECTED]> Subject: Re: ERROR opening the Index - contact sysadmin!>

Re: ERROR opening the Index - contact sysadmin!

2007-06-13 Thread Gopikrishnan Subramani
. At step 3, I got the following: Exception in > thread "main" java.lang.NoClassDefFoundError: > org/apache/lucene/demo/IndexFiles Thank you in advance for your help. - > Lucene User> From: [EMAIL PROTECTED]> Subject: Re: ERROR opening the > Index - contact sysadmin!>

Re: ERROR opening the Index - contact sysadmin!

2007-06-13 Thread Erick Erickson
ou did. At step 3, I got the following: Exception in thread "main" java.lang.NoClassDefFoundError: org/apache/lucene/demo/IndexFiles Thank you in advance for your help. - Lucene User> From: [EMAIL PROTECTED]> Subject: Re: ERROR opening the Index - contact sysadmin!> Date: Wed, 1

RE: ERROR opening the Index - contact sysadmin!

2007-06-13 Thread Lucene Help
I tried doing what you did. At step 3, I got the following: Exception in thread "main" java.lang.NoClassDefFoundError: org/apache/lucene/demo/IndexFiles Thank you in advance for your help. - Lucene User> From: [EMAIL PROTECTED]> Subject: Re: ERROR opening the Index - contact

Re: ERROR opening the Index - contact sysadmin!

2007-06-13 Thread Grant Ingersoll
ne-demos-2.1.0.jar, I typed java org.apache.lucene.demo.IndexFiles C:\lucene-2.1.0\src into the commandline prompt. I got the following: Cannot save index to 'index director, please delete it firstPlease let me know what I am doing wrong. Thank you.> From: [EMAIL PROTECTED]> Subject: Re: ERROR opening t

Re: ERROR opening the Index - contact sysadmin!

2007-06-12 Thread Chris Hostetter
If you'd like to ask a question, please start a new thread with a descriptive subject, do not reply to an existing thread on another topic. : Date: Tue, 12 Jun 2007 15:49:25 +0530 : From: Harini Raghavan <[EMAIL PROTECTED]> : Subject: Re: ERROR opening the Index - contact sysadmin!

RE: ERROR opening the Index - contact sysadmin!

2007-06-12 Thread Lucene Help
: Cannot save index to 'index director, please delete it firstPlease let me know what I am doing wrong. Thank you.> From: [EMAIL PROTECTED]> Subject: Re: ERROR opening the Index - contact sysadmin!> Date: Tue, 12 Jun 2007 13:14:17 -0400> To: java-user@lucene.apache.org> > I

Re: ERROR opening the Index - contact sysadmin!

2007-06-12 Thread Grant Ingersoll
(This is the header) ERROR opening the Index - contact sysadmin! Error message: no segments* file found: files: Apache Lucene Template WebApp 1.0 Thank you in advance!> From: [EMAIL PROTECTED]> Subject: Re: ERROR opening the Index - contact sysadmin!>

RE: ERROR opening the Index - contact sysadmin!

2007-06-12 Thread Lucene Help
vance!> From: [EMAIL PROTECTED]> Subject: Re: ERROR opening the Index - contact sysadmin!> Date: Tue, 12 Jun 2007 09:40:55 -0400> To: java-user@lucene.apache.org> > Can you tell us the steps you went through to get to this page?> > Thanks,> Grant> > On Jun 12, 2007

Re: ERROR opening the Index - contact sysadmin!

2007-06-12 Thread Grant Ingersoll
Can you tell us the steps you went through to get to this page? Thanks, Grant On Jun 12, 2007, at 3:10 AM, Lucene Help wrote: Hello,I just downloaded Lucene and tried running the demo. I seem to be okay up until I type in a query into the "Search Criteria" page and click on the "Search"

Re: ERROR opening the Index - contact sysadmin!

2007-06-12 Thread Harini Raghavan
Hi All, I am trying to create a lucene query to search for companies based on areacode. The phone no. is stored in the lucene index in the form of '415-567-2323'. I need to create a query like +areaCode:"415-". But the QueryParser is stripping off the hyphen(-). Here is the code to create the qu