Re Lucene analyzers

2008-12-05 Thread Diego Cassinera
In the analyzer the function public final TokenStream tokenStream(String fieldName, Reader reader) Usually does a bunch of new filters, from what I seen in most of these filters none of the use class member variables. Has anybody tried making them static to avoid the creation of new objects.

RE: Indexing accented characters, then searching by any form

2008-11-25 Thread Diego Cassinera
Are you sure you are creating the fields with Field.Index.ANALYZED ? -Mensaje original- De: Dora [mailto:[EMAIL PROTECTED] Enviado el: martes, 25 de noviembre de 2008 12:22 p.m. Para: java-user@lucene.apache.org Asunto: Re: Indexing accented characters, then searching by any form Karl

RE: Modifiing the values of stored non indexed fields

2008-11-20 Thread Diego Cassinera
: Re: Modifiing the values of stored non indexed fields OK, I'll bite. What's unclear about Michael's response to this question when you asked it yesterday? The answer is still no today. Erick On Thu, Nov 20, 2008 at 9:32 AM, Diego Cassinera < [EMAIL PROTECTED]> wrote: >

Modifiing the values of stored non indexed fields

2008-11-20 Thread Diego Cassinera
the results of a search. Thank You Diego Cassinera [EMAIL PROTECTED] - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

altering the value of non indexed fields

2008-11-19 Thread Diego Cassinera
Hello All I´m writing an application to move full text search out of my rdbms. Today the app hits the db two times. 1) to do the search it self. 2) to format the output of the search results. In my plan I´m moving everything to lucene documents that contain fields where I will be doing the s