On 3/2/06, Larry Ogrodnek <[EMAIL PROTECTED]> wrote: > I do like the idea of breaking on case, this would be especially great > for finding interface implementations (searching for readers and > writers, e.g.).
WordDelimiterFilter does this, but it's not in core lucene yet... you'd have to get it from Solr. If you set the indexing analyzer to generate and catenate word parts, and set the query analyzer to only generate word parts, then something indexed as "IndexWriter" would be matched by both "indexwriter" or "writer" (or "index writer" for that matter, but that's not necessary for what you are doing). -Yonik --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]