Re: Weird results with appendable fields

2008-03-15 Thread Gustavo Corral
Thanks Erick, I have not the code with me this weekend, but as soon as I can I'll try with others analizers, check the results in Luke, and I'll post them to the list. Gustavo On Sat, Mar 15, 2008 at 3:21 PM, Erick Erickson <[EMAIL PROTECTED]> wrote: > Are you using WhitespaceAnalyzer BOTH at

Re: Weird results with appendable fields

2008-03-15 Thread Erick Erickson
Are you using WhitespaceAnalyzer BOTH at index and search time? If not that is one problem, especially since, for instance, there is a comma after Timaran,. The two best things I've found are 1> make sure you have a copy of Luke and use it to examine your index and see if what you *think* your in

Weird results with appendable fields

2008-03-13 Thread Gustavo Corral
Hi list, I'm new in Lucene and I'm trying to index a set of XML documents (document-centric) with the same structure. All this documents have a header, a front, and a body (where there's a lot of text). The problem is that in the header I have two fields author and title, but one document can hav