Re: help: I always get NULL with row.get(columnName)

2012-07-19 Thread Roy Liu
anyone knows? On Thu, Jul 19, 2012 at 5:48 PM, Roy Liu wrote: > Hi, > > When I use Transformer to handle files, I always get NULL with > row.get(columnName). > anyone knows? > > -- > The following file is *data-config.xml* > > >

Re: Tika, Solr running under Tomcat 6 on Debian

2011-04-11 Thread Roy Liu
\apache-solr-3.1.0\contrib\extraction\lib\tika*.jar -- Best Regards, Roy Liu On Mon, Apr 11, 2011 at 3:10 PM, Mike wrote: > Hi All, > > I have the same issue. I have installed solr instance on tomcat6. When try > to index pdf I am running into the below exception: > > 11

Re: How to index PDF file stored in SQL Server 2008

2011-04-11 Thread Roy Liu
I changed data-config-sql.xml to There are no errors, but, the indexed pdf is convert to Numbers.. 200 1 202 1 203 1 212 1 222 1 236 1 242 1 244 1 254 1 255 -- Best Regards, Roy Liu On Mon, Apr 11, 2011 at 2:02 PM, Roy Liu wrote

Re: How to index PDF file stored in SQL Server 2008

2011-04-10 Thread Roy Liu
st Regards, Roy Liu On Mon, Apr 11, 2011 at 2:12 PM, Darx Oman wrote: > Hi there > > Error is not clear... > > but did you copy "apache-solr-dataimporthandler-extras-4.0-SNAPSHOT.jar" > to your solr\lib ? >

Re: How to index PDF file stored in SQL Server 2008

2011-04-10 Thread Roy Liu
. -- Best Regards, Roy Liu On Mon, Apr 11, 2011 at 5:16 AM, Lance Norskog wrote: > You have to upgrade completely to the Apache Solr 3.1 release. It is > worth the effort. You cannot copy any jars between Solr releases. > Also, you cannot copy over jars from newer Tika releases. > &

Re: How to index PDF file stored in SQL Server 2008

2011-04-07 Thread Roy Liu
Thanks Lance, I'm using Solr 1.4. If I want to using TikaEP, need to upgrade to Solr 3.1 or import jar files? Best Regards, Roy Liu On Fri, Apr 8, 2011 at 10:22 AM, Lance Norskog wrote: > You need the TikaEntityProcessor to unpack the PDF image. You are > sticking binary blobs int

How to index PDF file stored in SQL Server 2008

2011-04-07 Thread Roy Liu
"Indexing completed. Added/Updated: 5 documents. Deleted 0 documents." http://localhost:8080/solr/dataimport?command=full-import However, I can not search anything. Anyone can help me ? Thanks. *data-config-sql.xml* *schema.xml* Best Regards, Roy Liu

How to index MS SQL Server column with image type

2011-04-07 Thread Roy Liu
. *1. data-config.xml* * * *2. schema.xml* *3. Database* *attachment *is a column of table attachment. it's type is IMAGE. Best Regards, Roy Liu