RE: Queries in Lucene

2006-09-13 Thread mcarcelen
;t already, get a copy of Luke so you can poke around at your index. Google luke lucene and it'll pop right up. Before diving into this as stated, is there a way to re-think the problem to make it easier? What question are you *really* trying to answer by asking whether certain tokens are in

Queries in Lucene

2006-09-13 Thread mcarcelen
Hi all, I´ve got a index and now I´m trying to create a query with lucene-2.0.0, I´d like to find files that in the first line get the following: AND Word2 I´m tried with the package org.apache.lucene.demo.SearchFiles but I get files where the word "Word2" is not in the first line. I don´t k

Lucene index database

2006-07-12 Thread mcarcelen
Hi, Can Lucene index a database? PostgreSQL, Mysql, Access ? Thanks Cheers Teresa - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: Lucene WordExtractor

2006-07-11 Thread mcarcelen
scratchpad jar. You have to send in a FileInputStream(not the filename) as an argument to the WordExtractor class. suba suresh. mcarcelen wrote: > Hi all! > I´m working with poi-bin-3.0-alpha2-20060616 > I´m trying to extract text from a Word document using

Lucene WordExtractor

2006-07-11 Thread mcarcelen
Hi all! I´m working with poi-bin-3.0-alpha2-20060616 I´m trying to extract text from a Word document using the class org.apache.poi.hwpf.extractor.WordExtractor but I get the following bugs "Exception in thread main java.lang.NoSuchMethodError" I have also tried with the parameter -doc and the nam

RE: Apache Lucene Search Engine

2006-07-04 Thread mcarcelen
Hi all, Thanks a lot Erik for your help You´re right, I was wrong with the version of Lucene and the bugs were in my head. I´m sure I´ll soon ask more about Lucene Regards Teresa -Mensaje original- De: Erik Hatcher [mailto:[EMAIL PROTECTED] Enviado el: martes, 04 de julio de 2006 13:5

Examples Lucene In Action

2006-07-04 Thread mcarcelen
Hi, I´m trying to run the source examples that are included in the book Mannig-Lucene in Action but I get bugs I´m working in windows, this is the first example, it try to run Indexer. % java lia.meetlucene.Indexer build/index/lucene Can anyone help me? Thanks a lot Teresa

Indexing PPT classes hslf

2006-07-03 Thread mcarcelen
Hi all! I´ve used the classes "org.apache.poi.hslf.extractor.PowerPointExtractor" and "org.apache.poi.hslf.extractor.QuickButCruddyTextExtractor" with lucene2.0 to extract text but when I try to use the other classes such as "org.apache.poi.hslf.HSLFSlideShow", "org.apache.poi.hslf.record.Record"

RE: Lucene indexing PPT

2006-06-30 Thread mcarcelen
Hello Nick! Thanks for your help, it´s useful for me Bye -Mensaje original- De: Nick Burch [mailto:[EMAIL PROTECTED] Enviado el: viernes, 30 de junio de 2006 12:19 Para: java-user@lucene.apache.org Asunto: Re: Lucene indexing PPT On Fri, 30 Jun 2006, mcarcelen wrote: > I´m trying

Lucene indexing PPT

2006-06-30 Thread mcarcelen
Hi everybody! I´m trying to build a index with PPT files. I have downloaded the api POI, "poi.bin.3.0" and "poi.src.3.0", but I don´t know where may I have to unzip them. I´d like to build the index by the command line, the same way as > java -cp lucene-core-2.0.0.jar;lucene-demos-2.0.0.jar org.a

Lucene indexing RDF

2006-06-27 Thread mcarcelen
mentioned in Lucene in Action. It works for me. You can access it from www.pdfbox.org suba suresh mcarcelen wrote: > Hi, > I´m new with Lucene and I´m trying to index a pdf but when I query > everything it returns nothing. Can anyone help me? > Thans a

Lucene indexing pdf

2006-06-27 Thread mcarcelen
Hi, I´m new with Lucene and I´m trying to index a pdf but when I query everything it returns nothing. Can anyone help me? Thans a lot Teresa - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROT