Re: Newbie questions

2005-02-14 Thread Erik Hatcher
On Feb 14, 2005, at 2:40 PM, Paul Jans wrote: Hi again, So is SqlDirectory recommended for use in a cluster to workaround the accessibility problem, or are people using NFS or a standalone server instead? Neither. As far as I know, Berkeley DB is the only viable DB implementation currently. NFS

Re: Newbie questions

2005-02-14 Thread Paul Jans
ng this; lessons learnt and best practices > etc. > > Thanks again for the help. Lucene looks like a first > class tool. > > PJ > > --- Erik Hatcher <[EMAIL PROTECTED]> wrote: > > > > > On Feb 10, 2005, at 5:00 PM, Paul Jans wrote: > > > A couple o

Re: Newbie questions

2005-02-11 Thread Paul Jans
help. Lucene looks like a first class tool. PJ --- Erik Hatcher <[EMAIL PROTECTED]> wrote: > > On Feb 10, 2005, at 5:00 PM, Paul Jans wrote: > > A couple of newbie questions. I've searched the > > archives and read the Javadoc but I'm still having > > tr

Re: Newbie questions

2005-02-11 Thread Erik Hatcher
On Feb 11, 2005, at 1:36 PM, Erik Hatcher wrote: Find me all users with (a CS degree and a GPA > 3.0) or (a Math degree and a GPA > 3.5). Some suggestions: index degree as a Keyword field. Pad GPA, so that all of them are the form #.# (or #.## maybe). Numerics need to be lexicographically orde

Re: Newbie questions

2005-02-11 Thread Erik Hatcher
On Feb 10, 2005, at 5:00 PM, Paul Jans wrote: A couple of newbie questions. I've searched the archives and read the Javadoc but I'm still having trouble figuring these out. Don't forget to get your copy of "Lucene in Action" too :) 1. What's the best way to ind

Newbie questions

2005-02-10 Thread Paul Jans
Hi, A couple of newbie questions. I've searched the archives and read the Javadoc but I'm still having trouble figuring these out. 1. What's the best way to index and handle queries like the following: Find me all users with (a CS degree and a GPA > 3.0) or (a Math degree an

Re: Newbie: Human Readable Stemming, Lucene Architecture, etc!

2005-01-21 Thread mark harwood
>>1 - I'm a bit concerned that reasonable stemming (Porter/Snowball) >>apparently produces non-word stems .. i.e. not really human readable. It is possible to derive the human-readable form of a stemmed term using either re-analysis of indexed content or TermPositionVector. Either of these techn

Re: Newbie: Human Readable Stemming, Lucene Architecture, etc!

2005-01-21 Thread Andrzej Bialecki
Morus Walter wrote: Owen Densmore writes: 1 - I'm a bit concerned that reasonable stemming (Porter/Snowball) apparently produces non-word stems .. i.e. not really human readable. (Example: generate, generates, generated, generating -> generat) Although in typical queries this is not important

Re: Newbie: Human Readable Stemming, Lucene Architecture, etc!

2005-01-20 Thread Morus Walter
Owen Densmore writes: > 1 - I'm a bit concerned that reasonable stemming (Porter/Snowball) > apparently produces non-word stems .. i.e. not really human readable. > (Example: generate, generates, generated, generating -> generat) > Although in typical queries this is not important because the

RE: Newbie: Human Readable Stemming, Lucene Architecture, etc!

2005-01-20 Thread Chuck Williams
mailto:[EMAIL PROTECTED] > Sent: Thursday, January 20, 2005 2:10 PM > To: Lucene Users List > Subject: Re: Newbie: Human Readable Stemming, Lucene Architecture, etc! > > Hi, > > One thing to point out. I think Lucene is not using LSI as the > underlying retriev

Re: Newbie: Human Readable Stemming, Lucene Architecture, etc!

2005-01-20 Thread jian chen
Hi, One thing to point out. I think Lucene is not using LSI as the underlying retrieval model. It uses vector space model and also proximity based retrieval. Personally, I don't know much about LSI and I don't think the fancy stuff like LSI is workable in industry. I believe we are far away from

Newbie: Human Readable Stemming, Lucene Architecture, etc!

2005-01-20 Thread Owen Densmore
Hi .. I'm new to the list so forgive a dumb question or two as I get started. We're in the midst of converting a small collection (1200-1500 currently) of scientific literature to be easily searchable/navigable. We'll likely provide both a text query interface as well as a graphical way to se

RE: [newbie] Confused about PrefixQuery

2005-01-19 Thread Jerry Jalenak
TECTED] > Sent: Wednesday, January 19, 2005 3:28 PM > To: Lucene Users List > Subject: Re: [newbie] Confused about PrefixQuery > > > > On Jan 19, 2005, at 4:12 PM, Jerry Jalenak wrote: > > Thanks for reply. Some lists want all the info, some don't. Just > > th

Re: [newbie] Confused about PrefixQuery

2005-01-19 Thread Erik Hatcher
On Jan 19, 2005, at 4:12 PM, Jerry Jalenak wrote: Thanks for reply. Some lists want all the info, some don't. Just thought I'd try to provide as much info as possible 8-) The info is good... I just push for simple examples :) By simplifying, often the problem becomes apparent and trivial. Th

RE: [newbie] Confused about PrefixQuery

2005-01-19 Thread Jerry Jalenak
[EMAIL PROTECTED] > Sent: Wednesday, January 19, 2005 3:12 PM > To: 'Lucene Users List' > Subject: RE: [newbie] Confused about PrefixQuery > > > Erik, > > Thanks for reply. Some lists want all the info, some don't. > Just thought > I'd try to pr

RE: [newbie] Confused about PrefixQuery

2005-01-19 Thread Jerry Jalenak
) 577-1496 [EMAIL PROTECTED] > -Original Message- > From: Erik Hatcher [mailto:[EMAIL PROTECTED] > Sent: Wednesday, January 19, 2005 2:42 PM > To: Lucene Users List > Subject: Re: [newbie] Confused about PrefixQuery > > > > On Jan 19, 2005, at 3:16 PM, Jerry J

Re: [newbie] Confused about PrefixQuery

2005-01-19 Thread Erik Hatcher
On Jan 19, 2005, at 3:16 PM, Jerry Jalenak wrote: The text files have two control lines at the beginning of them - CC> and AN>. That's quite a complex example to ask a user list to decipher. Simplifying the example, besides making it easier for us to understand, would likely shed light on the pro

[newbie] Confused about PrefixQuery

2005-01-19 Thread Jerry Jalenak
All, I'm investigating the use of Lucene as a search engine, and have been doing some 'proof-of-concept' coding today. I'm indexing about 650 text files, and then searching against them using QueryParser. Here's the indexing code snippet: public static void Result(IndexWriter indexWriter, File

SortField[] in search method (newbie)

2004-09-16 Thread Wermus Fernando
03:13 p.m. Para: Lucene Users List Asunto: Re: problem with SortField[] in search method (newbie) Does it mean you indexed all "not null" fields?. I think you should change your code so that you always index the fields you want to sort. In any case, it looks like some of your documents hav

Re: problem with SortField[] in search method (newbie)

2004-09-15 Thread Praveen Peddi
x, I don't think u would have got that error. But I may be wrong. Praveen - Original Message - From: "Wermus Fernando" <[EMAIL PROTECTED]> To: "Lucene Users List" <[EMAIL PROTECTED]> Sent: Wednesday, September 15, 2004 1:53 PM Subject: RE: problem with

RE: problem with SortField[] in search method (newbie)

2004-09-15 Thread Wermus Fernando
ment. What if I don't have any document indexed? -Mensaje original- De: Aviran [mailto:[EMAIL PROTECTED] Enviado el: Miércoles, 15 de Septiembre de 2004 02:35 p.m. Para: 'Lucene Users List' Asunto: RE: problem with SortField[] in search method (newbie) You ca

RE: problem with SortField[] in search method (newbie)

2004-09-15 Thread Aviran
with SortField[] in search method (newbie) Luceners, My search looks up the whole entities. My entities are accounts, contacts, tasks, etc. My searching looks up a group of entity's fields. This works fine despite, I don't have indexed any entity in a document. But If I sort by some fields

problem with SortField[] in search method (newbie)

2004-09-15 Thread Wermus Fernando
Luceners, My search looks up the whole entities. My entities are accounts, contacts, tasks, etc. My searching looks up a group of entity's fields. This works fine despite, I don't have indexed any entity in a document. But If I sort by some fields from different entities, I get the following error.

RE: complex searche (newbie)

2004-08-27 Thread Otis Gospodnetic
de 2004 02:17 p.m. > Para: Lucene Users List > Asunto: Re: complex searche (newbie) > > hi, > > in general the query parser doesn't allow queries which start with a > wildcard Those queries could end up with very long response times and > > block your system. This i

RE: complex searche (newbie)

2004-08-27 Thread Wermus Fernando
Users List Asunto: Re: complex searche (newbie) hi, in general the query parser doesn't allow queries which start with a wildcard Those queries could end up with very long response times and block your system. This is not what you want. I'm not sure if i understand what you want to do

Re: complex searche (newbie)

2004-08-26 Thread Bernhard Messer
hi, in general the query parser doesn't allow queries which start with a wildcard Those queries could end up with very long response times and block your system. This is not what you want. I'm not sure if i understand what you want to do. I expect that you have a field within a lucene document

complex searche (newbie)

2004-08-26 Thread Wermus Fernando
I am using multifieldQueryParse to look up some models. I have several models: account, contacts, tasks, etc. The user chooses models and a query string to look up. Besides fields for searching, I add some conditions to the query string. If he puts "john" to look up and chooses contacts, I add to

about performance (newbie)

2004-08-19 Thread Wermus Fernando
Luceners, I have elements (accounts, contacts, task, events) where I have to find in any field a word ("hello" for example). Which is the best way to do that with Lucene? In other words, I have several elements where I have to search a Word. I can make one search and then order the hits to separa

Re: newbie: about grouping field

2004-08-12 Thread Ype Kingma
Fernando, On Thursday 12 August 2004 17:44, Wermus Fernando wrote: > Luceners > I have to search a string in 30 fields. I know how to do it in a long > way. I wanna know if exists a shorter way. > > String for searching: what's your name? > Long way: +firstname:what's your name? OR +lastname: wha

newbie: about grouping field

2004-08-12 Thread Wermus Fernando
Luceners I have to search a string in 30 fields. I know how to do it in a long way. I wanna know if exists a shorter way. String for searching: what's your name? Long way: +firstname:what's your name? OR +lastname: what's your name? OR ... A shorter way: (firstname OR lastname OR ):wha

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

Re: Newbie experience - possible enhancement?

2004-06-28 Thread John Moylan
It sounds like you are trying to index the index. - not a good idea. You should really put it somewhere else where it won't be indexed. JOhn On Sun, 2004-06-27 at 02:20, Robert Brown wrote: > I have a 33GB repository (12,000+ files) that I wanted to be able to > search via the web. So Lucene lo

Newbie experience - possible enhancement?

2004-06-26 Thread Robert Brown
I have a 33GB repository (12,000+ files) that I wanted to be able to search via the web. So Lucene looks like a fit. I downloaded the 1.3-final distribution, read the "Getting Started" page and proceeded to "The Simple Demo" page. I navigated to the directory containing my repository and set

Re: Newbie Questions: Site Scoping, Page Type Filtering/Sorting, Localization, Clustering

2004-05-31 Thread Erik Hatcher
On May 30, 2004, at 10:34 PM, Sasha Haghani wrote: I am a newbie to Lucene and I'm considering using it in an upcoming project. I've read through the documentation but I still have a number of questions: I'll do my best with some pointers below... 1. SEGMENTING AN INDEX & QU

Newbie Questions: Site Scoping, Page Type Filtering/Sorting, Localization, Clustering

2004-05-30 Thread Sasha Haghani
Hi there, I am a newbie to Lucene and I'm considering using it in an upcoming project. I've read through the documentation but I still have a number of questions: 1. SEGMENTING AN INDEX & QUERIES BY SITE SCOPE In my use case, I have a number of logical websites backed by the s

Re: NewBie with Lucene 1.4RC : issue on Demo3 HTML with result.jsp.java import error ???

2004-05-14 Thread Otis Gospodnetic
I have not used Lucene demo in a looong time, and have not used Tomcat in a few years, but it looks like you need to add a Lucene jar either in your WAR (Lucene demo WAR, I guess), or you can just put Lucene Jar in some lib directory from which Tomcat loads his Jars. Otis --- Bruno Tirel <[EMAIL

NewBie with Lucene 1.4RC : issue on Demo3 HTML with result.jsp.java import error ???

2004-05-14 Thread Bruno Tirel
Hello, Could somebody help? I am trying to discover and use Lucene to search within HTML pages within Apache/Tomcat server. I have found Lucene, and tried the demos... With issue running Demo3 and indexHTML, at search.JSP. I have modified CLASSPATH, created the index directory, the index, modifie

RE: Another Newbie question--FSDirectory

2004-02-10 Thread Scott Smith
I agree that is sensible. Does FSDirectory provide anything more than a wrapper around OS directory structures? -Original Message- From: Otis Gospodnetic [mailto:[EMAIL PROTECTED] Sent: Tuesday, February 10, 2004 1:42 AM To: Lucene Users List Subject: Re: Another Newbie question

Re: Another Newbie question--FSDirectory

2004-02-10 Thread Otis Gospodnetic
You should probably always try to use Directory, and not String nor FSDirectory. Directory is the most abstract 'index type and location entity', and using it smartly allows you to change your index type and location more easily, should you ever choose to do that. Otis --- Scott Smith <[EMAIL PRO

Another Newbie question--FSDirectory

2004-02-09 Thread Scott Smith
I was creating the IndexSearcher using a standard String containing the Lucene index directory pathname. I noticed that "everyone" seems to create a FSDirectory and use that to create the searcher. However, no one seems to use this for the IndexWriter. Can someone tell me what the advantage of u

Re: Newbie: PerFieldAnalyzerWrapper or Build a dynamic BooleanQuery

2004-02-08 Thread David Black
Thank you very much from the response...it was very helpful. After playing around some more, I figured out that my Keyword fields DO get indexed which is why they can be retrieved with a Term query regardless of the analyzer at index time. The problem I discovered was that using a search anal

Re: Newbie: PerFieldAnalyzerWrapper or Build a dynamic BooleanQuery

2004-02-08 Thread Erik Hatcher
On Feb 8, 2004, at 11:13 AM, David Black wrote: Let's assume I have an object that is composed of the following fields... UID: 434 (Keyword/Stored) TITLE: "Java For Dum Dums" (Text/Stored) AUTHOR: "Fred Smith" - Text/Stored DESCRIPTION: "This would be a big long field" - Text/Un

Newbie: PerFieldAnalyzerWrapper or Build a dynamic BooleanQuery

2004-02-08 Thread David Black
I'm having difficulty understanding a couple of things and I appreciate any help here. Let's assume I have an object that is composed of the following fields... UID: 434 (Keyword/Stored) TITLE: "Java For Dum Dums" (Text/Stored) AUTHOR: "Fred Smith" - Text/Stored DESCRIPTION: "Th

Re: Newbie Phrase Query question

2004-02-05 Thread Erik Hatcher
On Feb 5, 2004, at 8:19 PM, Scott Smith wrote: There is a minor issue I found that I think works as documented, but wonder why it's that way. If you enter a search string that's a hyphenated word such as "fred-bill" (w/o the quotes), the QueryParser generates a search string to find all documents

RE: Newbie Phrase Query question

2004-02-05 Thread Scott Smith
t;not" and then have the search code automatically add the quotes for hyphenated words. It's just a little painful. Just a thought for 1.4. ;-) -Original Message----- From: Erik Hatcher [mailto:[EMAIL PROTECTED] Sent: Tuesday, February 03, 2004 8:26 PM To: Lucene Users List Subject: Re:

Re: [newbie] Hit quality rating

2004-02-04 Thread Eric Jain
> But in the latest CVS (unreleased, must build it yourself) version of > Lucene, a very slick contribution has been added to sort by an integer > field. Other datatypes are in the works. Excellent! I imagine support for 'long' fields won't be long off. (Stupid pun...) Do you already know if th

Re: [newbie] Hit quality rating

2004-02-04 Thread Erik Hatcher
On Feb 4, 2004, at 9:07 AM, [EMAIL PROTECTED] wrote: On Wednesday 04 February 2004 14:48, Otis Gospodnetic wrote: There is score. Oops, you are right Hits.score(). But it seems I have to implement a sorting iterator on my own :-\ Well, the original design is to have hits sorted by score you wa

Re: [newbie] Hit quality rating

2004-02-04 Thread lucene
On Wednesday 04 February 2004 14:48, Otis Gospodnetic wrote: > There is score. Oops, you are right Hits.score(). But it seems I have to implement a sorting iterator on my own :-\ - To unsubscribe, e-mail: [EMAIL PROTECTED] For a

Re: [newbie] Hit quality rating

2004-02-04 Thread Otis Gospodnetic
There is score. Look at Similarity class. Otis --- [EMAIL PROTECTED] wrote: > Hi! > > Is there a hit quality rating in Lucene or are there only hits and > non-hits? > > Timo > > - > To unsubscribe, e-mail: [EMAIL PROTECTED] >

[newbie] Hit quality rating

2004-02-04 Thread lucene
Hi! Is there a hit quality rating in Lucene or are there only hits and non-hits? Timo - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Newbie Phrase Query question

2004-02-03 Thread Erik Hatcher
The best suggestion I have is to look at the code in my first java.net article (Intro Lucene) and borrow the Analyzer utility code to see what happens to a sample string as it is analyzed. Then pass that same string to QueryParser (along with the same analyzer) and see what the Query.toString(

Newbie Phrase Query question

2004-02-03 Thread Scott Smith
I'm having problems searching for an exact match with a phrase. Essentially, I think my problem is that the tokenizer is tossing the double quotes around the phrase, tokenizing each word and so I end up with the document hit I want plus several more I don't (the latter having some of the words, but

NewBie

2003-09-19 Thread Sethi, Mandeep
Hi Fundu People I'm a newbie in this and hence please bear with my FADQ(D==Dumb)(I'm for some reasons not able to download the lucene-user Digest till now) The demo I tried from apache performs the search from command line well however it gives a list of null results when we try

Re: [NEWBIE] Creating context-relative URLs with Tomcat + Struts

2003-09-09 Thread Marco Tedone
work around it. Marco - Original Message - From: "Jeff Linwood" <[EMAIL PROTECTED]> To: "Lucene Users List" <[EMAIL PROTECTED]> Sent: Wednesday, September 10, 2003 6:40 AM Subject: Re: [NEWBIE] Creating context-relative URLs with Tomcat + Struts > Why d

Re: [NEWBIE] Creating context-relative URLs with Tomcat + Struts

2003-09-09 Thread Jeff Linwood
Why don't you set the path field to be relative to whatever the base directory is that the administrator puts in? So, you write the path field yourself, and just put in the relative link, like /index.jsp, /welcome.jsp, or whatever? You can just use the relative link directly in your web appli

Re: [NEWBIE] Creating context-relative URLs with Tomcat + Struts

2003-09-08 Thread Marco Tedone
o - Original Message - From: "Jeff Linwood" <[EMAIL PROTECTED]> To: "Lucene Users List" <[EMAIL PROTECTED]> Sent: Monday, September 08, 2003 3:26 PM Subject: Re: [NEWBIE] Creating context-relative URLs with Tomcat + Struts > Hi, > > I don't know

Re: [NEWBIE] Creating context-relative URLs with Tomcat + Struts

2003-09-08 Thread Jeff Linwood
From: "Marco Tedone" <[EMAIL PROTECTED]> To: "Lucene Users List" <[EMAIL PROTECTED]> Sent: Monday, September 08, 2003 1:42 AM Subject: Re: [NEWBIE] Creating context-relative URLs with Tomcat + Struts > Sorry Scott, I was under the flies of enthusiasm :) I'm tryi

Re: [NEWBIE] Creating context-relative URLs with Tomcat + Struts

2003-09-08 Thread Marco Tedone
AIL PROTECTED]> To: "Lucene Users List" <[EMAIL PROTECTED]> Sent: Monday, September 08, 2003 12:21 AM Subject: Re: [NEWBIE] Creating context-relative URLs with Tomcat + Struts > Marco, > > You may want to explain what you are trying to do before you start > describing y

Re: [NEWBIE] Creating context-relative URLs with Tomcat + Struts

2003-09-07 Thread Scott Farquhar
Marco, You may want to explain what you are trying to do before you start describing your problems. For example, I have no idea how / why you would use Lucene to do either of the things you are talking about below. Cheers, Scott On Sun, Sep 07, 2003 at 06:59:40PM +0100, Marco Tedone wrote: > Hi

[NEWBIE] Creating context-relative URLs with Tomcat + Struts

2003-09-07 Thread Marco Tedone
Hi all, this is my first post, so I hope not to bore you too much with my questions: Ok, let's say that I would like to translate system's specific URLs (i.e. D:\Tomcat\webapps\foo\foo\bar.jsp and so on...) into web-context specific URLs (i.e. http://myServer/foo/foo/bar.jsp). Well, if I immagine

Re: Newbie Questions

2003-08-27 Thread Erik Hatcher
On Tuesday, August 26, 2003, at 02:51 PM, Mark Woon wrote: Ah, I've been testing out something similar to the latter. I've been adding multiple values on the same key. Won't this have the same effect? I've been assuming that if I do doc.add(Field.Keyword("content", "value1"); doc.add(Field.K

RE: Newbie Questions

2003-08-26 Thread Gregor Heinrich
try out if there's a differece between the cases you mention? I don' t know but I'd be interested as well;-). Gregor -Original Message- From: Mark Woon [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 26, 2003 8:52 PM To: Lucene Users List Subject: Re: Newbie Questio

Re: Newbie Questions

2003-08-26 Thread Mark Woon
Gregor Heinrich wrote: ad 1: MultiFieldQueryParser is what you might want: you can specify the fields to run the query on. Alternatively, the practice of duplicating the contents of all separate fields in question into one additional merged field has been suggested, which enables you to use Quer

Re: Newbie Questions

2003-08-26 Thread Erik Hatcher
On Tuesday, August 26, 2003, at 12:53 AM, Mark Woon wrote: 1) How can I search all fields at the same time? The QueryParser seems to only search one specific field. The common thing I've done and seen others do is glue all the fields together into a master searchable field named something like

RE: Newbie Questions

2003-08-26 Thread Aviran Mordo
, 2003 12:54 AM To: [EMAIL PROTECTED] Subject: Newbie Questions Hi all... I've been playing with Lucene for a couple days now and I have a couple questions I'm hoping some one can help me with. I've created a Lucene index with data from a database that's in several different fi

RE: Newbie Questions

2003-08-26 Thread Gregor Heinrich
analysis package the 1.3rc2 Lucene distribution has a Porter stemming algorithm: PorterStemmer. Have fun, Gregor -Original Message- From: Mark Woon [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 26, 2003 6:54 AM To: [EMAIL PROTECTED] Subject: Newbie Questions Hi all... I've been pl

Newbie Questions

2003-08-26 Thread Mark Woon
Hi all... I've been playing with Lucene for a couple days now and I have a couple questions I'm hoping some one can help me with. I've created a Lucene index with data from a database that's in several different fields, and I want to set up a web page where users can search the index. Ideally

Newbie : Search Result Null from Tomcat (NO exceptions , just null)

2003-07-09 Thread alvaro z
Im trying lucene-1.2.jar . I index the files from console ( that generated the index dir with the index files (using dir txts that has lots of txt files ). then I tried the search (with all the methods in the sample) . It works But when i tried to made a search or a query by a JSP using Tomca

Re: newbie lucene demo

2003-06-17 Thread Maurice Coyle
iles\s1studio_jdk\j2sdk1.4.1_02\lib\lucene-demos-1.2.jar"   ---Original Message---   From: Lucene Users List Date: 17 June 2003 10:20:01 To: [EMAIL PROTECTED] Subject: newbie lucene demo  Hi.I have build Lucene successfully and now I'm trying to use Lucene demo. But I get error when

newbie lucene demo

2003-06-17 Thread di99mwo
Hi. I have build Lucene successfully and now I'm trying to use Lucene demo. But I get error when I want to build a index. The classpath is set to: C:\Program Files\s1studio_jdk\j2sdk1.4.1_02\lib\lucene-1.2.jar; C:\Program Files\s1studio_jdk\j2sdk1.4.1_02\lib\lucene-demos-1.2.jar I have put the

Re: newbie question: static page / file indexing

2003-03-19 Thread Otis Gospodnetic
Yes, but not with core Lucene. This is a FAQ, I believe. You need to write or get a crawler. For something simple see Lucene's Powered By page. For something more complex see LARM in Lucene Sandbox. The links are on the site. Otis --- Hanasaki JiJi <[EMAIL PROTECTED]> wrote: > Any quick easy w

newbie question: static page / file indexing

2003-03-19 Thread Hanasaki JiJi
Any quick easy way to index static files (html/pdf/doc/http://www.htdig.org/ - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Newbie question on what can be indexed

2003-02-12 Thread Markus Krogemann
not sure if this is what you need, but there is an article available on how to read files from a jar: http://bulkmail2.sun.com/CTServlet?id=1043278657761 apart from that, indexing xml has been discussed many times on this list (check the archives). hope this helps, Markus Hanasaki JiJi wrote:

Re: Newbie question on what can be indexed

2003-02-12 Thread Markus Krogemann
not sure if this is what you need, but there is an article available on how to read files from a jar: http://bulkmail2.sun.com/CTServlet?id=1043278657761 apart from that, indexing xml has been discussed many times on this list (check the archives). hope this helps, Markus Hanasaki JiJi wrote:

Newbie question on what can be indexed

2003-02-11 Thread Hanasaki JiJi
Hello all, Any tips on how to index the following? xml / xschema files in both the filesystem and inside jars in the filesystem? I would only want to index based on certain markers like and some way to get back the name of the file / the jar the file is in so it can be retrived and then

Re: A newbie Question

2002-12-09 Thread M Srinivas Rao
if u c the api given by lucene, there u will get details of how to run the programs(samples). bfore running the search program u have to index the files u need to search, for this first u need to run the indexing program, that creates a folder in the current directoy structure with the name 'inde

A newbie Question

2002-12-09 Thread alex
hi all I was running the demo java org.apache.lucene.demo.IndexFiles {full-path-to-lucene}/src and it says it will produce a subdirctory called "index:" but i can't find it . Do any one know where it is kept ? thanks alan -- To unsubscribe, e-mail: For additional c

newbie Filter question

2002-10-18 Thread Todd McGrath
Hello, Struggling with an issue when using Filters to limit search results: Background: I create and index of articles from a database. Code to search is running fine. Now, I'm trying to implement filters to limit results of search. Users should only see results if they subscribe to the topics i

Re: Xtreeme Newbie, trying to get demos to work

2002-10-05 Thread Ravi Kothiyal
/lucene/docs/gettingstarted.html Hope this will help you Reagrds Ravi - Original Message - From: "ARJANG ASSADI" <[EMAIL PROTECTED]> Date: Tue, 24 Sep 2002 06:46:15 + To: [EMAIL PROTECTED] Subject: Xtreeme Newbie, trying to get demos to work > I am trying t

Re: Xtreeme Newbie, trying to get demos to work

2002-09-24 Thread Peter Carlson
Try the getting started documentation http://jakarta.apache.org/lucene/docs/gettingstarted.html --Peter On Monday, September 23, 2002, at 11:46 PM, ARJANG ASSADI wrote: > I am trying to run the Demo. > I couldnt find any docs on running the demo, does Lucene require > Tomcat and/or other Java

Xtreeme Newbie, trying to get demos to work

2002-09-23 Thread ARJANG ASSADI
I am trying to run the Demo. I couldnt find any docs on running the demo, does Lucene require Tomcat and/or other Java WebServer technology? I am new to java but not programming or computers, just dont know what the firsts steps are to getting Lucene Demo to work, any hints are greately apreci

Re: Newbie dev questions

2002-09-12 Thread Otis Gospodnetic
Hello, Thisn is really a question for lucene-user, so I'm redirecting it there. > First of all, THANK YOU LUCENE DEVELOPERS! You've made my life > infinitely easier since I discovered this project and dumped my > half-baked in-house solution. > > Now, for the new

Demo provided HTML parser bug (was RE: Newbie quizzes further...)

2002-09-06 Thread Stone, Timothy
List Fellows: Lacking any knowledge of JavaCC, I solicted help in hacking the HTMLParser.jj included in the demo. I retreat from this solication, for two reasons: 1) I'm using other ideas gleaned from the list archives, 2) I'm not prepared to dive into the world of complier compliers. The mere so

RE: Newbie quizzes further...

2002-09-04 Thread Stone, Timothy
List fellows: I did not see an answer to my further questioning of the use of the Entities class found in the Lucene demo, possibly because it was before I knew what I was looking for. I have reviewed the code carefully, but need help with the HTMLParser.jj. This JavaCC piece appears to be at th

RE: Newbie quizzes further...

2002-09-03 Thread Stone, Timothy
"?". > -Original Message- > From: Joshua O'Madadhain [mailto:[EMAIL PROTECTED]] > Sent: Monday, September 02, 2002 20:36 > To: Lucene Users List > Subject: Re: Newbie quizzes further... > > > On Mon, 2 Sep 2002, Stone, Timothy wrote: > > >

Re: Newbie quizzes further...

2002-09-02 Thread Joshua O'Madadhain
On Mon, 2 Sep 2002, Stone, Timothy wrote: > I have noted that Lucene fails to interpret numerous HTML entities, > specifically entities in the 82xx range, i.e. — (en-dash) and > many others. Now this may not be a Lucene issue, I'm looking at the > code as I post, but I'm curious to its origins an

Newbie quizzes further...

2002-09-02 Thread Stone, Timothy
Thanks Otis. While NFS, dist, sdist and rsync are not available, ssh, sftp and scp are (my previous post --see "Lucene newbie needs advice"-- with ASCII art failed to mention that it's a W2K environment, there's some intentional hiding of this fact, I would much rather be i

Re: Lucene newbie needs advice

2002-08-30 Thread Otis Gospodnetic
Sharing a read-only index is not a problem, as long as both machines running Tomcat can access it. That is, you would have to NFS-mount the disk/partition with the index. Or you can use something like dist or sdist with rsync to send a single index from the machine where you create and update yo

Lucene newbie needs advice

2002-08-30 Thread Stone, Timothy
Lucene users, Lucene looks like the answer to my site-only searches, a robust API and active user community. I have a rather static informational site, html and some pdf, coming online; hits may be heavy in the beginning, but drop dramaticly following opening. The general practice of searching

Re: Lucene Newbie

2002-07-12 Thread Aaron Galea
ROTECTED]> To: "Lucene Users List" <[EMAIL PROTECTED]> Sent: Friday, July 12, 2002 3:10 PM Subject: RE: Lucene Newbie I think the optional jar of ant is missing. peter > -Original Message- > From: Otis Gospodnetic [mailto:[EMAIL PROTECTED]] > Sent: Friday, July

Re: Lucene Newbie

2002-07-12 Thread Aaron Galea
optional.jar included with ANT v 1.5 has some errors. regards, Aaron - Original Message - From: "Otis Gospodnetic" <[EMAIL PROTECTED]> To: "Lucene Users List" <[EMAIL PROTECTED]> Sent: Friday, July 12, 2002 3:03 PM Subject: Re: Lucene Newbie > Aaron, > >

RE: Lucene Newbie

2002-07-12 Thread Halácsy Péter
I think the optional jar of ant is missing. peter > -Original Message- > From: Otis Gospodnetic [mailto:[EMAIL PROTECTED]] > Sent: Friday, July 12, 2002 3:03 PM > To: Lucene Users List > Subject: Re: Lucene Newbie > > > Aaron, > > I have never seen th

Re: Lucene Newbie

2002-07-12 Thread Otis Gospodnetic
Aaron, I have never seen this error, but please post what version of JavaCC, Ant, and Java you are using, that may help. Otis --- Aaron Galea <[EMAIL PROTECTED]> wrote: > > Hi everyone, > > I am trying to build lucene on linux but when typing ant I get the > following error message: > > Bui

Lucene Newbie

2002-07-12 Thread Aaron Galea
Hi everyone, I am trying to build lucene on linux but when typing ant I get the following error message: Buildfile: build.xml init: javacc_check: compile: BUILD FAILED java.lang.NoSuchMethodError at org.apache.tools.ant.taskdefs.optional.javacc.JavaCC.execute(JavaCC.java:315) at org.ap

RE: Newbie Questions

2002-04-08 Thread Armbrust, Daniel C.
CTED] Subject: Newbie Questions Hi there, I'm new to Lucene and have what will hopefully be a couple of simple questions. 1. Can I index numbers with Lucene? If so, ints or floats or ? 2. Can I index dates with Lucene? In either case, is there any way I can sort the results returned by a sear

Newbie Questions

2002-04-07 Thread Chris Withers
Hi there, I'm new to Lucene and have what will hopefully be a couple of simple questions. 1. Can I index numbers with Lucene? If so, ints or floats or ? 2. Can I index dates with Lucene? In either case, is there any way I can sort the results returned by a search on these fields? Also, can I s

newbie questions

2001-10-23 Thread David Bonilla
Title: En blanco I´m trying to implement Lucene in my application but I´m really a newbie.   1) If I want to create a Index in the directory e:\Lucene, must I just do writer = new IndexWriter("E:/Lucene", null, true); ?   2) How exactly can I create a Index in a database ? Can an