On 4/18/06, John Powers <[EMAIL PROTECTED]> wrote: > What do you mean by "use index and search analyzers". Don't you always > have to pass in an analyzer? I am using the standardanalyzer in both > cases.
I think he means a different analyzer for search than is used for indexing. It can make sense in certain cases. Solr has a WordDelimiterFilter that handles hyphen (and many other) cases like this. It can make wi-fi match a query of wifi or "wi fi" or "WiFi". Solr also allows easy specification of different analyzers for index vs query time. http://wiki.apache.org/solr/AnalyzersTokenizersTokenFilters -Yonik http://incubator.apache.org/solr Solr, The Open Source Lucene Search Server --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]