Hi JA, The "[EMAIL PROTECTED]" list has fewer subscribers than "[EMAIL PROTECTED]", so in the future, I would recommend going there for questions like these.
On 02/15/2008 at 5:57 AM, Jean-Albert wrote: > I try to search the following query : internal_id:399 > (399 is the id in the database) , with the hope to get from > Lucene the document having 399 in the internal_id field. > > But I get no results. Impossible to retrieve this document... > > Do I misunderstood how to search a specific field ? Can you show the code you're using to search? My guess is that the analyzer being used is stripping numeric terms, resulting in an empty query. Steve
