hi :)

I'm looking for a filter that will compress all tokens into a single token. the WordDelimiterFilterFactory does it for tokens it finds itself, but not ones passed to it.

basically, I'm trying to match

  Radiohead

in the index with

 radio head

in the query. if it were spelled RadioHead or Radio-head in the index I'd find it, but as it is I'm missing it... unless I could squish all the query terms into a single token. or maybe there's another route I haven't thought about yet.


--Geoff

Reply via email to