Return-Path: X-Original-To: apmail-lucene-solr-user-archive@minotaur.apache.org Delivered-To: apmail-lucene-solr-user-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 10D1310ACA for ; Thu, 7 Nov 2013 07:35:53 +0000 (UTC) Received: (qmail 12234 invoked by uid 500); 7 Nov 2013 07:35:48 -0000 Delivered-To: apmail-lucene-solr-user-archive@lucene.apache.org Received: (qmail 12184 invoked by uid 500); 7 Nov 2013 07:35:47 -0000 Mailing-List: contact solr-user-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: solr-user@lucene.apache.org Delivered-To: mailing list solr-user@lucene.apache.org Received: (qmail 12172 invoked by uid 99); 7 Nov 2013 07:35:47 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 07 Nov 2013 07:35:47 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of dileepajayakody@gmail.com designates 209.85.216.178 as permitted sender) Received: from [209.85.216.178] (HELO mail-qc0-f178.google.com) (209.85.216.178) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 07 Nov 2013 07:35:41 +0000 Received: by mail-qc0-f178.google.com with SMTP id x19so120974qcw.23 for ; Wed, 06 Nov 2013 23:35:20 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=wtln3AyhqOX4vT5jzl5NUeA0ZiV0as2SqLfVtsrTOME=; b=0s52NK/5i4ZIj4OvLuvke02t9p0xe+Vrbxei2RlO/N2Fe2YMqrHdytEifvZ12cVxoY xxXMFTCjR3JSwiMBGZuQzESY3U3vUSUWYDA0xsfQh2s5kMobK4piEIiGiCfz53mBuc5v AMJlo61V7ybxBKFicPqFoy6EZlajaEQwBJkEqn0mwG481uviHLPv6VKYT/xEEVHcDVYw OvXrhjyO6og4CeB/vYjLyhesDrFniQxFzIRNISmm69cCTVmnTLBA41XjR5Q6F8I0AoA1 s0vvWGeDwp4yqnOhmkASL9IsFIOOAE9TNwUXgeHQWKq1NgVDUmL2y0fTNWlgzmBrd72D ziBg== MIME-Version: 1.0 X-Received: by 10.224.56.5 with SMTP id w5mr11371655qag.60.1383809720595; Wed, 06 Nov 2013 23:35:20 -0800 (PST) Received: by 10.224.109.69 with HTTP; Wed, 6 Nov 2013 23:35:20 -0800 (PST) Date: Thu, 7 Nov 2013 13:05:20 +0530 Message-ID: Subject: Help to find BaseTokenFilterFactory to write a Custom TokenFilter From: Dileepa Jayakody To: solr-user@lucene.apache.org Content-Type: multipart/alternative; boundary=001a11c300a6d53e9404ea914e41 X-Virus-Checked: Checked by ClamAV on apache.org --001a11c300a6d53e9404ea914e41 Content-Type: text/plain; charset=ISO-8859-1 Hi All, I am writing a custom TokenFilter to post a token value to Apache Stanbol for enhancement. In this Custom TokenFilter I'm trying to retrieve the response from Stanbol and index it as a new document in Solr. I'm following [1] to write a custom filter, but I'm having trouble locating BaseTokenFilterFactory to create a TokenFactory. Can someone please point me to a Jar location to get this library? Thanks, Dileepa [1] http://solr.pl/en/2012/05/14/developing-your-own-solr-filter/ --001a11c300a6d53e9404ea914e41--