FAO Otis Gospodnetic

2004-09-16 Thread Ian McDonnell
//www.onjava.com/pub/a/onjava/2003/01/15/lucene.html http://www.onjava.com/pub/a/onjava/2003/03/05/lucene.html from Otis Gospodnetic very usefull for me. DM - Original Message ----- From: "Ian McDonnell" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, Sept

Lucene docs

2004-09-15 Thread Ian McDonnell
What is the best resource for beginners looking to understand Lucenes functionality, ie its use of fields, documents, the index reader and writer etc. is there any web resource that goes into details on the exact workings of it? Ian _

Re: Viewing the contents of the index on Tomcat

2004-08-06 Thread Ian McDonnell
and querying an index LIMO is a web application for monitoring the content of an index - Original Message ----- From: "Ian McDonnell" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, August 06, 2004 4:10 PM Subject: Viewing the contents of the index on Tomcat &g

Viewing the contents of the index on Tomcat

2004-08-06 Thread Ian McDonnell
How is this done? I want to verify that the indexer has added documents submitted from my JSPs. ian _ Sign up for FREE email from SpinnersCity Online Dance Magazine & Vortal at http://www.spinnerscity.com -

Setting up the index directory on tomcat

2004-07-29 Thread Ian McDonnell
Is this done simply by saying: String indexDirectory = "/path of directory you want index to be stored in" Ian _ Sign up for FREE email from SpinnersCity Online Dance Magazine & Vortal at http://www.spinnerscity.com --

Re: Extracting Lucene onto Tomcat

2004-07-21 Thread Ian McDonnell
Erik On Jul 21, 2004, at 9:43 AM, Ian McDonnell wrote: > Well when i extracted it, it created the org/apache/lucene directories > in the public_html directory. When i try to compile any of the source > it just throws numerous errors. I've got the classpath set to > web-

Re: Extracting Lucene onto Tomcat

2004-07-21 Thread Ian McDonnell
helps, Michael Franken Ian McDonnell wrote: >Also another silly question, do i need to setup a war on the server? > > >--- Ian McDonnell <[EMAIL PROTECTED]> wrote: >Well when i extracted it, it created the org/apache/lucene directories in the >public_html directory. Wh

Re: Extracting Lucene onto Tomcat

2004-07-21 Thread Ian McDonnell
Also another silly question, do i need to setup a war on the server? --- Ian McDonnell <[EMAIL PROTECTED]> wrote: Well when i extracted it, it created the org/apache/lucene directories in the public_html directory. When i try to compile any of the source it just throws numerous errors

Re: Extracting Lucene onto Tomcat

2004-07-21 Thread Ian McDonnell
t;[EMAIL PROTECTED]> wrote: On Jul 21, 2004, at 8:10 AM, Ian McDonnell wrote: > Is the package information and import paths ready to deploy on Tomcat > server. I tried extracting lucene on the server, but when i compile > files, it just throws numerous no class definition errors and error

Extracting Lucene onto Tomcat

2004-07-21 Thread Ian McDonnell
Is the package information and import paths ready to deploy on Tomcat server. I tried extracting lucene on the server, but when i compile files, it just throws numerous no class definition errors and errors relating to the package. Ian ___

Re: The indexer

2004-07-20 Thread Ian McDonnell
PROTECTED]> wrote: On Jul 20, 2004, at 8:44 AM, Ian McDonnell wrote: > Can Lucenes indexer be used to store info in fields in a mysql db? I'm not quite clear on your question. You want to store a Lucene index (aka Directory) within mysql? Or, you want to index data from your existin

Re: The indexer

2004-07-20 Thread Ian McDonnell
TED]> wrote: On Jul 20, 2004, at 8:44 AM, Ian McDonnell wrote: > Can Lucenes indexer be used to store info in fields in a mysql db? I'm not quite clear on your question. You want to store a Lucene index (aka Directory) within mysql? Or, you want to index data from your existing mysql d

The indexer

2004-07-20 Thread Ian McDonnell
Can Lucenes indexer be used to store info in fields in a mysql db? If so can anybody point me to an example or some documentation relating to it. Ian _ Sign up for FREE email from SpinnersCity Online Dance Magazine & Vortal at http://w

Using Lucenes Indexer to Index to a MYSQL DB

2004-07-19 Thread Ian McDonnell
Currently, i just have a jsp form that submits details to a db. I'm designing a web server application and was wondering if there was a way in which i could integrate lucenes indexer into the jsp form. I can post the source if that helps. Ian _

Problem with IndexFiles.java

2004-07-05 Thread Ian McDonnell
When i try to run this program in JBuilder, it gives me the error message "Usage: java class org.apache.lucene.demo.IndexFiles " Obviously this means that args==0. I'm unsure on how to change this to ensure that it creates a directory called Index. again any help would be great, cos i'm a total

Silly newbie classpath problem

2004-07-05 Thread Ian McDonnell
I've just started using lucene and unfortunately still use jbuilder. I've added the lucene jar files to the classpath but am still getting errors when i run the files, ie, isnt recognising the classed that are called even though they're part of the same project. Any help would be much appreciat