Re: Indexing MS Powerpoint files with Lucene

2006-09-08 Thread Tomi NA
On 9/7/06, Andrzej Bialecki <[EMAIL PROTECTED]> wrote: Tomi NA wrote: > On 9/7/06, Nick Burch <[EMAIL PROTECTED]> wrote: >> On Thu, 7 Sep 2006, Tomi NA wrote: >> > On 9/7/06, Venkateshprasanna <[EMAIL PROTECTED]> wrote: >> >> Is there any filter available for extracting text from MS >> Powerpoint

Re: Indexing MS Powerpoint files with Lucene

2006-09-07 Thread Andrzej Bialecki
Tomi NA wrote: On 9/7/06, Nick Burch <[EMAIL PROTECTED]> wrote: On Thu, 7 Sep 2006, Tomi NA wrote: > On 9/7/06, Venkateshprasanna <[EMAIL PROTECTED]> wrote: >> Is there any filter available for extracting text from MS Powerpoint files >> and indexing them? >> The lucene website suggests the PO

Re: Indexing MS Powerpoint files with Lucene

2006-09-07 Thread Tomi NA
On 9/7/06, Nick Burch <[EMAIL PROTECTED]> wrote: On Thu, 7 Sep 2006, Tomi NA wrote: > On 9/7/06, Venkateshprasanna <[EMAIL PROTECTED]> wrote: >> Is there any filter available for extracting text from MS Powerpoint files >> and indexing them? >> The lucene website suggests the POI project, which,

Re: Indexing MS Powerpoint files with Lucene

2006-09-07 Thread Nick Burch
On Thu, 7 Sep 2006, Tomi NA wrote: On 9/7/06, Venkateshprasanna <[EMAIL PROTECTED]> wrote: Is there any filter available for extracting text from MS Powerpoint files and indexing them? The lucene website suggests the POI project, which, it seems does not support PPT files as of now. http://jak

Re: Indexing MS Powerpoint files with Lucene

2006-09-07 Thread Tomi NA
On 9/7/06, Venkateshprasanna <[EMAIL PROTECTED]> wrote: Is there any filter available for extracting text from MS Powerpoint files and indexing them? The lucene website suggests the POI project, which, it seems does not support PPT files as of now. http://jakarta.apache.org/poi/hslf/index.html

Re: Indexing MS Powerpoint files with Lucene

2006-09-07 Thread Gopikrishnan Subramani
Did you check POI javadocs? Look for org.apache.poi.hslf.extractor.PowerPointExtractor. It's one of the most straightforward classes from POI as far extracting text for indexing is concerned. -Gopi On 9/7/06, Venkateshprasanna <[EMAIL PROTECTED]> wrote: Is there any filter available for extra

Indexing MS Powerpoint files with Lucene

2006-09-06 Thread Venkateshprasanna
Is there any filter available for extracting text from MS Powerpoint files and indexing them? The lucene website suggests the POI project, which, it seems does not support PPT files as of now. Regards, Venkateshprasanna -- View this message in context: http://www.nabble.com/which-way-to-index-