RE: Looking for Developers

2010-10-28 Thread Sharp, Jonathan
http://www.rhyolite.com/anti-spam/you-might-be.html#spammers-are-stupid-3 - SECURITY/CONFIDENTIALITY WARNING: This message and any attachments are intended solely for the individual or entity to which they are addressed. This

RE: how can i use solrj binary format for indexing?

2010-10-18 Thread Sharp, Jonathan
>Hi all >I have a huge amount of xml files for indexing. >I want to index using solrj binary format to get performance gain. >Because I heard that using xml files to index is quite slow. >But I don't know how to use index through solrj binary format and can't >find >examples. >Please give some hel

RE: any working SolrJ code example for Solr 1.4.1

2010-10-01 Thread Sharp, Jonathan
Xin, I also had a similar error when I picked up SolrJ. See the first section of this wiki page for the extra jars (the ones not found in the dist directory): http://wiki.apache.org/solr/Solrj -Jon -Original Message- From: Xin Li [mailto:x...@book.com] Sent: Friday, October 01, 2010 8

RE: PDF file

2010-08-10 Thread Sharp, Jonathan
Xiaohui, You need to add the following jars to the lib subdirectory of the solr config directory on your server. (path inside the solr 1.4.1 download) /dist/apache-solr-cell-1.4.1.jar plus all the jars in /contrib/extraction/lib HTH -Jon From: Ma, X

Extracting PDF text/comment/callout/typewriter boxes with Solr CELL/Tika/PDFBox

2010-07-26 Thread Sharp, Jonathan
Every so often I need to index new batches of scanned PDFs and occasionally Adobe's OCR can't recognize the text in a couple of these documents. In these situations I would like to type in a small amount of text onto the document and have it be extracted by Solr CELL. Adobe Pro 9 has a numbe

Re: Securing Solr 1.4 in a glassfish container AS NEW THREAD

2010-07-23 Thread Sharp, Jonathan
uests? On Wed, Jul 21, 2010 at 4:50 PM, Sharp, Jonathan wrote: Some further information -- I tried indexing a batch of PDFs with the client and Solr CELL, setting the credentials in the httpclient. For some reason after successfully indexing several hundred files I start getting a &quo

RE: Securing Solr 1.4 in a glassfish container AS NEW THREAD

2010-07-21 Thread Sharp, Jonathan
authentication now. -Jon -Original Message----- From: Sharp, Jonathan Sent: Friday, July 16, 2010 8:59 AM To: 'solr-user@lucene.apache.org' Subject: RE: Securing Solr 1.4 in a glassfish container AS NEW THREAD Hi Bilgin, Thanks for the snippet -- that helps a lot. -Jon -Origin

RE: Securing Solr 1.4 in a glassfish container AS NEW THREAD

2010-07-16 Thread Sharp, Jonathan
M), defaultcreds); HTH Bilgin Ibryam On Fri, Jul 16, 2010 at 2:35 AM, Sharp, Jonathan wrote: > Hi All, > > I am considering securing Solr with basic auth in glassfish using the > container, by adding to web.xml and adding sun-web.xml file to the > distributed WAR as below.

Securing Solr 1.4 in a glassfish container AS NEW THREAD

2010-07-15 Thread Sharp, Jonathan
Hi All, I am considering securing Solr with basic auth in glassfish using the container, by adding to web.xml and adding sun-web.xml file to the distributed WAR as below. If using SolrJ to index files, how can I provide the credentials for authentication to the http-client (or can someone

Securing Solr 1.4 in a glassfish container

2010-07-15 Thread Sharp, Jonathan
Hi All, I am considering securing Solr with basic auth in glassfish using the container, by adding to web.xml and adding sun-web.xml file to the distributed WAR as below. If using SolrJ to index files, how can I provide the credentials for authentication to the http-client (or can someone poin

SolrJ-1.4.0 client needs slf4j-jdk14-1.5.5 library on J2SE 1.5 Update 21

2010-07-02 Thread Sharp, Jonathan
I've found that when running a SolrJ client on J2SE 1.5 Update 21, in addition to the jars in the the dist/solrj-lib directory I need slf4j-jdk14-1.5.5.jar in the lib directory, otherwise I get an exception where it can't find org.slf4j.impl.StaticLoggerBinder. -Jon ---