Re: Let me get started

2002-11-16 Thread Clemens Marschner
  People are not being helpful because they do not see any
 indication, in your posts, that you are trying to help yourself.  Your
 comments don't seem to indicate any attempts to try different routes.
 You don't mention any specific problems you're encountering.  you
 don't demonstrate any familiarity with the lucene API (which suggests
 that you haven't really worked through the tutorial). 

+1

Clemens




--
To unsubscribe, e-mail:   mailto:[EMAIL PROTECTED]
For additional commands, e-mail: mailto:[EMAIL PROTECTED]




Re: Let me get started

2002-11-15 Thread Uma Maheswar
Yes,
And I got the search working for Standalone but not for my website. As I
have no permissions to access the server. Life is critical here.

Uma

- Original Message -
From: Steven J. Owens [EMAIL PROTECTED]
To: Lucene Users List [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]
Sent: Saturday, November 16, 2002 7:27 AM
Subject: Re: Let me get started


 On Wed, Nov 13, 2002 at 10:37:39PM +0530, Uma Maheswar wrote:
  Can you help me get started? I have downloaded lucene-1.2.jar and
  lucene-demos-1.2.jar and I have placed them in web-inf/lib directory of
my
  web server (http://www.javagalaxy.com). I do not know what to do next.

  Did you read the article I pointed you to?  That says what to do
 next.

 Steven J. Owens
 [EMAIL PROTECTED]

 I'm going to make broad, sweeping generalizations and strong,
  declarative statements, because otherwise I'll be here all night and
  this document will be four times longer and much less fun to read.
  Take it all with a grain of salt. - Me at http://darksleep.com


 --
 To unsubscribe, e-mail:
mailto:lucene-user-unsubscribe;jakarta.apache.org
 For additional commands, e-mail:
mailto:lucene-user-help;jakarta.apache.org





--
To unsubscribe, e-mail:   mailto:lucene-user-unsubscribe;jakarta.apache.org
For additional commands, e-mail: mailto:lucene-user-help;jakarta.apache.org




Re: Let me get started

2002-11-13 Thread Uma Maheswar
Clemens,
Thanks for the messages. Yes I wanted to index .jsp files also. Is it
possible? I thought we need a database to store some values and then retrive
them back. Dont we need database for it?

Thanks
Uma

- Original Message -
From: Clemens Marschner [EMAIL PROTECTED]
To: Lucene Users List [EMAIL PROTECTED]
Sent: Wednesday, November 13, 2002 4:07 PM
Subject: Re: Let me get started


 Now where should I place these jar files? In the /lib dir?

 Yes.

 I am having MS SQL Server, Will this help me get my work easy?.
 

 MS SQL Server and Lucene are two completely different things. It's like
 talking about apples and pears.

 I need to search for .jsp files and .html files. Is this possible?

 You want to index .jsp files Or do you mean the data that comes from
 your database?
 Regarding HTML files: yes you can index anything you want with Lucene, but
 you have to do some manual steps. See

http://lucene.sourceforge.net/cgi-bin/faq/faqmanager.cgi?file=chapter.indexi
 ngtoc=faq#q11 for a pointer.

 Is there any website running with Lucene? Please guide me.
 

 See http://jakarta.apache.org/lucene/docs/powered.html
 which by the way is a page you should have read before posting ;-)


 --Clemens



 --
 To unsubscribe, e-mail:
mailto:lucene-user-unsubscribe;jakarta.apache.org
 For additional commands, e-mail:
mailto:lucene-user-help;jakarta.apache.org





--
To unsubscribe, e-mail:   mailto:lucene-user-unsubscribe;jakarta.apache.org
For additional commands, e-mail: mailto:lucene-user-help;jakarta.apache.org




Re: Let me get started

2002-11-13 Thread Uma Maheswar
Hello,
I have copied the jar files to the /lib directory of my web server. Can you
tell me what should I do next? or in short can you guide me in points?

Thanks
Uma


--
To unsubscribe, e-mail:   mailto:lucene-user-unsubscribe;jakarta.apache.org
For additional commands, e-mail: mailto:lucene-user-help;jakarta.apache.org




Re: Let me get started

2002-11-13 Thread Steven J. Owens
On Wed, Nov 13, 2002 at 05:14:25PM +0530, Uma Maheswar wrote:
 Thanks for the messages. Yes I wanted to index .jsp files also. Is
 it possible?

 It's possible, but you'll need to write code to select and parse
the jsp files.  There may be code in the sandbox area at
jakarta.apache.org/lucene for doing this, though I don't see it.

 I thought we need a database to store some values and then retrive
 them back. Dont we need database for it?

 Nope, lucene stores search data in its own files.  You can easily
use lucene to build a search engine for data that's stored in a
database, but you don't need a database.

Steven J. Owens
[EMAIL PROTECTED]

I'm going to make broad, sweeping generalizations and strong,
 declarative statements, because otherwise I'll be here all night and
 this document will be four times longer and much less fun to read.
 Take it all with a grain of salt. - Me at http://darksleep.com


--
To unsubscribe, e-mail:   mailto:lucene-user-unsubscribe;jakarta.apache.org
For additional commands, e-mail: mailto:lucene-user-help;jakarta.apache.org




Re: Let me get started

2002-11-13 Thread Uma Maheswar
Thanks Steve,
Can you help me get started? I have downloaded lucene-1.2.jar and
lucene-demos-1.2.jar and I have placed them in web-inf/lib directory of my
web server (http://www.javagalaxy.com). I do not know what to do next.

I read the documents that came with .zip file. But they are all for
localhost:8080, I need lucene for my website. Could any one guide me with
steps to successfully make lucene work in my website?

Thanks
Uma


--
To unsubscribe, e-mail:   mailto:lucene-user-unsubscribe;jakarta.apache.org
For additional commands, e-mail: mailto:lucene-user-help;jakarta.apache.org




Let me get started

2002-11-12 Thread Uma Maheswar
Hello,
I have downloaded the required files of Lucene. I have no permissions to set the 
classpath in the server. My site is running on Apache Tomcat. I have been given one 
root directory and one web-inf directory. e.g

/somename
  |
  |
  /web-inf
|
|
/classes
   /lib

Now where should I place these jar files? In the /lib dir?  I am having MS SQL Server, 
Will this help me get my work easy?. I need to search for .jsp files and .html files. 
Is this possible? Is there any website running with Lucene? Please guide me.

Thanks
Uma
http://www.javagalaxy.com