Erick, I tried the lower case search (productType:productbean) and I did not get any results either. Luke shows that "ProductBean" for the field, not sure whether it's indexed term or stored term. Does this mean that this is not a case issue?
Here is the field definition in the schema: <field name="productType" type="string" indexed="true" stored="true" /> Thanks, Alex On May 12, 2010, at 11:58 AM, Erick Erickson wrote: Not til this evening, don't have a handy SOLR implementation to ping... But another option is to get a copy of Luke and look at the index, but the same caution about seeing terms not stored data holds. Or you could just try your troublesome search with all lower case for your term (not field) and see what happens, that'd also point to a casing problem. And finally, posting your schema for the relevant field would also provide something useful to look at.... Best Erick