It just means in your schema.xml, you have a SynonymFilterFactory
configured, but it has no actual active rules (e.g. synonyms.txt is
empty or all commented out).
the reason for the warning is that its a little strange to declare to
use a synonymfilterfactory in the schema that doesn't actually ha
Sorry Robert,
What does that mean? Should I be providing synonyms in my queries?
Cheers
Stu
On Tue, Jul 12, 2011 at 1:49 PM, Robert Muir wrote:
> I just committed a fix for this, to warn that you are using an empty
> set of synonyms instead of error.
>
> On Mon, Jul 11, 2011 at 10:50 PM, Stua
I just committed a fix for this, to warn that you are using an empty
set of synonyms instead of error.
On Mon, Jul 11, 2011 at 10:50 PM, Stuart King wrote:
> I have been building and running against trunk. In my build I have a number
> of tests, testing solr functionality within my app.
>
> As of