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

Re: Minimum records to create IndexStore

2008-03-15 Thread Erick Erickson
Did you close your IndexWriter? This will cause any cached items to be written to disk Erick On Thu, Mar 13, 2008 at 6:23 AM, Sebastin <[EMAIL PROTECTED]> wrote: > > Hi All, >How many records needed minimum to create a index store.when i try > to create a index store with 5 records ,

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