Solr Suggest does not work in solrcloud environment

2013-06-19 Thread Sharp
Hi Guys I am having difficulties running a suggest Search Handler in a solrcloud environment. The configuration was tested on a standalone machine and works fine there. Here is my configuration: *Schema.xml* field name=suggest type=suggest_text indexed=true stored=false multiValued=true /

Re: Solr Suggest does not work in solrcloud environment

2013-06-19 Thread Sharp
Hi Aloke Thanks for your reply. It works with the http://url.com:8983/solr/mycore/suggest?q=barwt=jsondistrib=true parameter or when inserted into the defaults requestHandler class=org.apache.solr.handler.component.SearchHandler name=/suggest lst name=defaults str

Re: Invalid or unreadable WAR file : .../solr.war when starting solr 3.6.1 app on Tomcat 7?

2012-07-22 Thread Jon Sharp
/srv/www sounds like a doc root for a web server... On Jul 22, 2012, at 1:24 PM, k9...@operamail.com wrote: I've installed rpm -qa | grep -i ^tomcat-7 tomcat-7.0.27-7.1.noarch with update-alternatives --query java | grep Value Value:

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.

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 help.

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

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,

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

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

2010-07-21 Thread Sharp, Jonathan
-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 -Original Message- From: Bilgin Ibryam

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

2010-07-16 Thread Sharp, Jonathan
Ibryam On Fri, Jul 16, 2010 at 2:35 AM, Sharp, Jonathan jsh...@coh.org 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. If using SolrJ to index files, how can I

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

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

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