Monica, This is different from Solr's synonyms filter with different synonyms files, one for index-time and the other for query-time expansion (not sure when you'd want that, but it looks like you need this and like this), right? If so, maybe you can describe what your filter does differently and then follow http://wiki.apache.org/solr/HowToContribute - thanks in advance! :)
Otis ---- Sematext :: http://sematext.com/ :: Solr - Lucene - Nutch Lucene ecosystem search :: http://search-lucene.com/ >________________________________ >From: Monica Skidmore <monica.skidm...@careerbuilder.com> >To: "solr-user@lucene.apache.org" <solr-user@lucene.apache.org> >Sent: Thursday, October 13, 2011 11:37 AM >Subject: Filter Question > >Our Solr implementation includes a third-party filter that adds additional, >multiple term types to the token list (beyond "word", etc.). Most of the time >this is exactly what we want, but we felt we could improve our search results >by having different tokens on the index and query side. Since the filter in >question was third-party and we didn't have access to source code, we wrote >our own filter that will take out tokens based on their term attribute type. > >We didn't see another filter available that does this - did we overlook it? >And if not, is this something that would be of value if we contribute it back >to the Solr community? > >Monica Skidmore >Search Technology Team >CareerBuilder.com > > > >