Hi pradeep,

The Lucene Document is not document type specific. It is a Lucene class
which is made up of fields (which have different options).
Data in a document is parsed and put into a one for more of these fields.

So Lucene can really handle any kind of document, their just needs to be a
document parser that puts the document into the Lucene Document format.


I hope this helps.

--Peter

On 2/13/02 7:54 AM, "Pradeep Kumar K" <[EMAIL PROTECTED]> wrote:

> Hi Lucene friends!
> 
>  How the files of different format can be indexed and searched? ( As I
> know lucene is having HTML indexer and searcher, which comes along with
> it and also XML indexer, but is there any way to index files
> irrespective of the file type)
> Any suggestions will be greatly appreciated..
> 
> Thanks in advance.
> Pradeep
> 
> 
> --------------------------------------------------------------
> Robosoft Technologies, Mangalore, India
> 
> 
> 
> --
> To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
> 
> 


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

Reply via email to