On 5/15/07, bhecht <[EMAIL PROTECTED]> wrote:
I am using Lucene and hibernate search. I downloaded the Solr sources and
found there some classes I want to use:

1) SynonymFilter
2) WordDelimiterFilter

I have no use in Solr except for this at the moment.
How can I use these classes without the need of using the configuration
files of Solr, or is it possible to use these classes and using the Solr
config files, without loading the whole Solr framework just for this?

Use the filters without the filter factories... the filters themselves
have no Solr dependencies.
Look at the factories for how to create and configure the filters.

-Yonik

Reply via email to