Re: Demo webapp + pdf

2005-01-19 Thread Daniel Naber
On Wednesday 19 January 2005 15:54, Vlachogiannis Evangelos wrote: I can search for html and txt files. I would like to ask how can I make that looking also for pdf ? This is answered in the FAQ: http://wiki.apache.org/jakarta-lucene/LuceneFAQ#head-f3f5e8305b63cf17373953a50d6460e731bf2cfb

closing an IndexSearcher

2005-01-19 Thread Cocula Remi
Hi , I remarked that after closing an IndexSearcher, queries on this Seacher will still run. My question is : why not always closing an IndexSearcher ? In my case I need to close all indexsearchers when I want to rebuild the index. Sample code

Re: closing an IndexSearcher

2005-01-19 Thread Erik Hatcher
On Jan 19, 2005, at 12:14 PM, Cocula Remi wrote: Hi , I remarked that after closing an IndexSearcher, queries on this Seacher will still run. My question is : why not always closing an IndexSearcher ? IndexSearcher.close: public void close() throws IOException { if(closeReader)

Fwd: Do Lucene applicable to text analyst for IRC?? how??

2005-01-19 Thread Bong My
-- Forwarded message -- From: Bong My [EMAIL PROTECTED] Date: Thu, 20 Jan 2005 01:12:55 +0800 Subject: Do Lucene applicable to text analyst for IRC?? how?? To: [EMAIL PROTECTED] Im using Lucene1.4.2 to build my system. But my system is not build a search engine like wat lucene

IndexWriter.addIndexes()

2005-01-19 Thread Yura Smolsky
Hello, lucene-user. Is there a way to do index merge without optimization?.. Yura Smolsky, - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

[newbie] Confused about PrefixQuery

2005-01-19 Thread Jerry Jalenak
, DOB = 19010101, Collected = 20050118, Created = 20050119 Hit 1: Specimen = 38843845, Account = 4NEK, Status = N, Name = RENEE CAPPETTA, SSN = 585132901, DOB = 19010101, Collected = 20050117, Created = 20050119 Hit 2: Specimen = 39894441, Account = 3384, Status = N, Name = LINDA CANTU, SSN = 453539817

Re: LuceneRAR project announcement

2005-01-19 Thread Erik Hatcher
On Jan 19, 2005, at 2:27 PM, Joseph Ottinger wrote: After babbling endlessly about an RDMS directory and my lack of success with it, I've created a project on java.net to create a Lucene JCA component, to allow J2EE components to interact with a Lucene service. It's at

Re: LuceneRAR project announcement

2005-01-19 Thread Joseph Ottinger
On Wed, 19 Jan 2005, Erik Hatcher wrote: On Jan 19, 2005, at 2:27 PM, Joseph Ottinger wrote: After babbling endlessly about an RDMS directory and my lack of success with it, I've created a project on java.net to create a Lucene JCA component, to allow J2EE components to interact with a

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

RE: [newbie] Confused about PrefixQuery

2005-01-19 Thread Jerry Jalenak
Erik, 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-) That being said, where do I find Luke? Jerry Jalenak Senior Programmer / Analyst, Web Publishing LabOne, Inc. 10101 Renner Blvd. Lenexa, KS 66219 (913) 577-1496

RE: [newbie] Confused about PrefixQuery

2005-01-19 Thread Jerry Jalenak
oops / Never mind. Stupid, stupid assumption on my part with the data. Thanks anyway. Jerry Jalenak Senior Programmer / Analyst, Web Publishing LabOne, Inc. 10101 Renner Blvd. Lenexa, KS 66219 (913) 577-1496 [EMAIL PROTECTED] -Original Message- From: Jerry Jalenak [mailto:[EMAIL

RE: [newbie] Confused about PrefixQuery

2005-01-19 Thread Jerry Jalenak
Sorry. Thought Luke came bundled with Lucene, and I was just missing it.. Jerry Jalenak Senior Programmer / Analyst, Web Publishing LabOne, Inc. 10101 Renner Blvd. Lenexa, KS 66219 (913) 577-1496 [EMAIL PROTECTED] -Original Message- From: Erik Hatcher [mailto:[EMAIL PROTECTED]

Re: LuceneRAR project announcement

2005-01-19 Thread Erik Hatcher
On Jan 19, 2005, at 3:30 PM, Joseph Ottinger wrote: On Wed, 19 Jan 2005, Erik Hatcher wrote: On Jan 19, 2005, at 2:27 PM, Joseph Ottinger wrote: After babbling endlessly about an RDMS directory and my lack of success with it, I've created a project on java.net to create a Lucene JCA component, to

Re: LuceneRAR project announcement

2005-01-19 Thread Joseph Ottinger
First off, Erik, thank you for taking an interest in any way. As I've said before, I'm not trying to represent myelf as a Lucene expert, so having someone point out flaws is god. On Wed, 19 Jan 2005, Erik Hatcher wrote: Could you elaborate on some use cases? Sure, and I'll pick the

Genereate index files into database ?

2005-01-19 Thread Eric Chow
Hello, How can generate Lucene index files into database tables ?? Eric - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Why IndexReader.lastModified(index) is depricated?

2005-01-19 Thread Chris Hostetter
: Why IndexReader.lastModified(index) is depricated? Did you read the javadocs? Synchronization of IndexReader and IndexWriter instances is no longer done via time stamps of the segments file since the time resolution depends on the hardware platform. Instead, a version number is

Re: Why IndexReader.lastModified(index) is depricated?

2005-01-19 Thread Otis Gospodnetic
Going for the segments file like that is not a recommended practise, or at least not something I'd recommend. 'segments' file is really something that a caller should not know anything about. Once day Lucene may choose to rename the segments file or some such, and the code that uses this trick

help in indexing

2005-01-19 Thread chetan minajagi
Hi , It might seem elementary to most of you. I am trying to build a search tool for internal use using lucene. I have used the following for .pdf -- PDFBOx .html -- demo file of lucene(HTMLDocument) .xls -- poi The indexing seems to work without throwing up any errors. But,when i

RE: help in indexing

2005-01-19 Thread Karthik N S
Hi Probably u need to use the Luke S/w to peek insid tu'r Indexer,Use it then come back for more help Karthik -Original Message- From: chetan minajagi [mailto:[EMAIL PROTECTED] Sent: Thursday, January 20, 2005 12:05 PM To: lucene-user@jakarta.apache.org Subject: help in indexing