Re: Writing a document using two different Analyzers

2007-06-19 Thread Erick Erickson
L PROTECTED] >> >> > > > -- > Paulo E. A. Silveira > Caelum Ensino e Soluções em Java > http://www.caelum.com.br/ > > - > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > >

Re: Writing a document using two different Analyzers

2007-06-19 Thread Sebastin
CTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > > -- View this message in context: http://www.nabble.com/Writing-a-document-using-two-different-Analyzers-tf3814647.html#a11194791 Sent from the Lucene - Java Users mailing list archive at Nabble.com. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Writing a document using two different Analyzers

2007-05-25 Thread Paulo Silveira
On 5/25/07, karl wettin <[EMAIL PROTECTED]> wrote: PerFieldAnalyzerWrapper that was fast! thanks! http://lucene.zones.apache.org:8080/hudson/job/Lucene-Nightly/javadoc/ org/apache/lucene/analysis/PerFieldAnalyzerWrapper.html -- karl ---

Re: Writing a document using two different Analyzers

2007-05-25 Thread karl wettin
25 maj 2007 kl. 09.32 skrev Paulo Silveira: I have a Document with tow fields: one I would like to write with SimpleAnalyzer, the other I want to use StandardAnalyzer, is there a simple way to do it? PerFieldAnalyzerWrapper http://lucene.zones.apache.org:8080/hudson/job/Lucene-Nightly/javad

Writing a document using two different Analyzers

2007-05-25 Thread Paulo Silveira
Hello! I have a Document with tow fields: one I would like to write with SimpleAnalyzer, the other I want to use StandardAnalyzer, is there a simple way to do it? thanks -- Paulo E. A. Silveira Caelum Ensino e Soluções em Java http://www.caelum.com.br/ -