Re: How extract a Field.Text(String, String) field to process it with a Stylesheet?

2004-10-15 Thread Otis Gospodnetic
That's likely because you used an Analyzer that stripped the XML (, , etc.) from the original text. If you want to preserve the original text, use an Analyzer that doesn't throw your XML away. You can write your own Analyzer that doesn't discard anything, for instance. Otis --- Juan A.

Re: How extract a Field.Text(String, String) field to process it with a Stylesheet?

2004-10-15 Thread Morus Walter
Otis Gospodnetic writes: That's likely because you used an Analyzer that stripped the XML (, , etc.) from the original text. If you want to preserve the original text, use an Analyzer that doesn't throw your XML away. You can write your own Analyzer that doesn't discard anything, for

Re: How extract a Field.Text(String, String) field to process it with a Stylesheet?

2004-10-15 Thread Otis Gospodnetic
That's true, sorry for the confusion. The original text is stored verbatim. Otis --- Morus Walter [EMAIL PROTECTED] wrote: Otis Gospodnetic writes: That's likely because you used an Analyzer that stripped the XML (, , etc.) from the original text. If you want to preserve the original

How extract a Field.Text(String, String) field to process it with a Stylesheet?

2004-10-14 Thread Juan A. Polanco
I have used the Lucene factory method Field.Text(String, String) to index, tokenize and store several hundreds short xml files. I stored the entire xml content of these files in a field called content. Now I want to use the Lucene search results with Cocoon. For this I'm using a XSP with the