Re: Help needed: search is returning no results

2012-12-18 Thread Ramon Casha
I verified that the index was correct using the app Luke, tested some queries using it then replicated the results via code. It seems I need to refine the token parsing but at least I have something now. Ramon Casha On 18 December 2012 15:50, Ramon Casha wrote: > Hmm ok I got someth

Re: Help needed: search is returning no results

2012-12-18 Thread Ramon Casha
Hmm ok I got something. Ramon Casha On 18 December 2012 15:44, Ramon Casha wrote: > I converted them to TextField but the result is the same. > > doc.add(new TextField("text", text.toString(), Store.YES)); > > The search always returns an empty array. > > R

Re: Help needed: search is returning no results

2012-12-18 Thread Ramon Casha
I converted them to TextField but the result is the same. doc.add(new TextField("text", text.toString(), Store.YES)); The search always returns an empty array. Ramon Casha On 18 December 2012 15:35, Jack Krupansky wrote: > Maybe you wanted "text" fields that are ana