Re: Solr Custom Filter Factory - How to pass parameters?

2012-08-23 Thread KnightRider
-K'Rider - Thanks -K'Rider -- View this message in context: http://lucene.472066.n3.nabble.com/Solr-Custom-Filter-Factory-How-to-pass-parameters-handle-PostProcessing-tp4002217p4003014.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Solr Custom Filter Factory - How to pass parameters?

2012-08-22 Thread ksu wildcats
issues i am running into. -- View this message in context: http://lucene.472066.n3.nabble.com/Solr-Custom-Filter-Factory-How-to-pass-parameters-handle-PostProcessing-tp4002217p4002768.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Solr Custom Filter Factory - How to pass parameters?

2012-08-22 Thread Erick Erickson
d writeResultsToDB() throws IOException { > // custom logic that reads data from customMap, does some > analysis and > writes them to database. > } > } > > > > > > -- > View this message in context: > http://lucene.472066.n3.nabble.com/Solr-Custom-Filter-Factory-How-to-pass-parameters-tp4002217p4002531.html > Sent from the Solr - User mailing list archive at Nabble.com.

Re: Solr Custom Filter Factory - How to pass parameters?

2012-08-21 Thread ksu wildcats
tp://lucene.472066.n3.nabble.com/Solr-Custom-Filter-Factory-How-to-pass-parameters-tp4002217p4002531.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Solr Custom Filter Factory - How to pass parameters?

2012-08-21 Thread Jack Krupansky
, 2012 2:02 AM To: solr-user@lucene.apache.org Subject: RE: Solr Custom Filter Factory - How to pass parameters? Thanks for your help. I was able to get it working with using the parameters from filedtype definition in config files. I am now stuck on next step. Can you please tell if there is a way

RE: Solr Custom Filter Factory - How to pass parameters?

2012-08-20 Thread ksu wildcats
ucene.472066.n3.nabble.com/Solr-Custom-Filter-Factory-How-to-pass-parameters-tp4002217p4002323.html Sent from the Solr - User mailing list archive at Nabble.com.

RE: Solr Custom Filter Factory - How to pass parameters?

2012-08-20 Thread ksu wildcats
Thanks Markus. Links are helpful. I will give it a try and see if that solves my problem. -- View this message in context: http://lucene.472066.n3.nabble.com/Solr-Custom-Filter-Factory-How-to-pass-parameters-tp4002217p4002248.html Sent from the Solr - User mailing list archive at Nabble.com.

RE: Solr Custom Filter Factory - How to pass parameters?

2012-08-20 Thread Markus Jelsma
-Original message- > From:ksu wildcats > Sent: Mon 20-Aug-2012 20:28 > To: solr-user@lucene.apache.org > Subject: Re: Solr Custom Filter Factory - How to pass parameters? > > Thanks Jack. > > The information I want to pass is the "databasename" in

Re: Solr Custom Filter Factory - How to pass parameters?

2012-08-20 Thread ksu wildcats
-- View this message in context: http://lucene.472066.n3.nabble.com/Solr-Custom-Filter-Factory-How-to-pass-parameters-tp4002217p4002231.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Solr Custom Filter Factory - How to pass parameters?

2012-08-20 Thread Jack Krupansky
also provide an "update processor" that could supply whatever parameters you want. -- Jack Krupansky -Original Message- From: ksu wildcats Sent: Monday, August 20, 2012 1:19 PM To: solr-user@lucene.apache.org Subject: Solr Custom Filter Factory - How to pass parameters? We are

Solr Custom Filter Factory - How to pass parameters?

2012-08-20 Thread ksu wildcats
be different for each index) to our custom filter factory. Can anyone please tell if this is possible with Solr or do we need to switch back to using Lucene-APIs? Thanks -K -- View this message in context: http://lucene.472066.n3.nabble.com/Solr-Custom-Filter-Factory-How-to-pass-parameters