On 4/17/07, Bill Tantzen <[EMAIL PROTECTED]> wrote:
...However, when I search with 'q=ethics' in solr, I get almost 10,000 matches. With my client, I get 0....
What kind of analyzer do you use when indexing that field? If you have a stemmer, for example, "ethics" might be indexed without the ending "s". The best way to debug such problems is with the analyzer admin tool: http://localhost:8983/solr/admin/analysis.jsp - that page will show you how your field is processed while indexing. HTH, -Bertrand