On 8/13/07, David Whalen <[EMAIL PROTECTED]> wrote: > Yonik: > > I only raised the question to the group after I had looked in > the schema.xml. There are a lot of comments in that file, but > they make no sense to me. > > I'd appreciate some specific help on what to do...
Every field has a fieldType. A fieldType for a full-text field specifies how to do analysis. You need to have a basic understanding of how Lucene does text analysis, then modify your fieldType for the field (removing the stemmer, among other things). Look at these: http://wiki.apache.org/solr/AnalyzersTokenizersTokenFilters http://wiki.apache.org/solr/SolrRelevancyFAQ -Yonik