Re: Custom search filters

2011-03-17 Thread Chris Hostetter
: Hi all, I am trying to use a custom search filter : (org.apache.lucene.search.Filter) but I am unsure of where I should configure : this. : : Would I have to create my own SearchHandler that would wrap this logic in? Any : example/suggestions out there? the easiest way to plugin a custom Filte

Custom search filters

2011-03-08 Thread Mark
Hi all, I am trying to use a custom search filter (org.apache.lucene.search.Filter) but I am unsure of where I should configure this. Would I have to create my own SearchHandler that would wrap this logic in? Any example/suggestions out there? Thanks