Post PDF to solr with asp.net

2011-01-27 Thread Andrew McCombe
Hi We are trying to post some PDF documents to solr for indexing using ASP.net but cannot find any documentation or a library that will allow posting of binary data. Has anyone done this and if so, how? Regards Andrew McCombe iWeb Solutions Ltd.

Re: Problem using curl in PHP to get Solr results

2010-12-15 Thread Andrew McCombe
Hi You could use Solr's php serialized object output (wt=phps) and then convert it to json in your php: ?php echo json_encode(unserialize($results_from_solr)); ? Regards Andrew McCombe On 15 December 2010 17:49, Dennis Gearon gear...@sbcglobal.net wrote: I want to just pass the JSON through

Re: Load cores without restarting/reloading Solr

2010-07-21 Thread Andrew McCombe
Hi Peter We are using the packaged Ubuntu Server (10.04 LTS) versions of Tomcat6 and Solr1.4 and running a single instance of Solr with multiple cores. Regards Andrew On 20 July 2010 19:47, Peter Karich peat...@yahoo.de wrote: Hi Andrew, the whole tomcat shouldn't fail on restart if only

Load cores without restarting/reloading Solr

2010-07-20 Thread Andrew McCombe
Hi We have a few cores set up for separate sites and one of these is in use constantly. When I add a new core I can currently copying one of the other cores and renaming it, changing the conf etc and then reloading Solr via the tomcat manager. However, if something goes wrong then the other

Re: Load cores without restarting/reloading Solr

2010-07-20 Thread Andrew McCombe
Hi Sorry, it wasn't very clear was it? [?] Yes, I use a 'template' core that isn't used and create a copy of this on the command line. I then edit the newcore/conf/solrconfig.xml and set the data path, add data-import sections etc and then I edit the solr.home/solr.xml and add the core name

Security/authentication strategies

2010-04-29 Thread Andrew McCombe
things like the DIH functionality? HTTP Authentication via tomcat realms or are there any other solutions? Thanks Andrew McCombe iWeb Solutions

Re: Security/authentication strategies

2010-04-29 Thread Andrew McCombe
on this topic here: http://www.lucidimagination.com/search/document/d1e338dc452db2e4/how_can_i_protect_the_solr_cores This was for Jetty, but the idea is pretty much the same for Tomcat. HTH Peter On Thu, Apr 29, 2010 at 8:42 AM, Andrew McCombe eupe...@gmail.com wrote: Hi I'm planning

Re: Unable to load MailEntityProcessor or org.apache.solr.handler.dataimport.MailEntityProcessor

2010-04-06 Thread Andrew McCombe
this jar into there. On Mon, Apr 5, 2010 at 1:15 PM, Andrew McCombe eupe...@gmail.com wrote: Hi Can no-one help me with this? Andrew On 2 April 2010 22:24, Andrew McCombe eupe...@gmail.com wrote: Hi I am experimenting with Solr to index my gmail and am experiencing an error: 'Unable to load

Re: Unable to load MailEntityProcessor or org.apache.solr.handler.dataimport.MailEntityProcessor

2010-04-05 Thread Andrew McCombe
Hi Can no-one help me with this? Andrew On 2 April 2010 22:24, Andrew McCombe eupe...@gmail.com wrote: Hi I am experimenting with Solr to index my gmail and am experiencing an error: 'Unable to load MailEntityProcessor or org.apache.solr.handler.dataimport.MailEntityProcessor' I

Unable to load MailEntityProcessor or org.apache.solr.handler.dataimport.MailEntityProcessor

2010-04-02 Thread Andrew McCombe
tried this with the standard apache 1.4, a nightly of 1.5 and also the LucidWorks release and get the same issue with each. The wiki isn't very detailed either. My backbground isn't in Java so a lot of this is new to me. Regards Andrew McCombe

Re: error while using the DIH handler

2010-02-23 Thread Andrew McCombe
Hi You'll find this in the exception: Caused by: java.lang.RuntimeException: Can't find resource '/solr/data-config.xml' in classpath or './example-DIH/solr/db/conf/', cwd=/home/zaloni/Desktop/apache-solr-1.4.0/example Have you checked that the data-config.xml is in the right place? Regards

Re: SOLR Performance Tuning: Disable INFO Logging.

2009-12-21 Thread Andrew McCombe
Hi Can you quickly explain what you did to disable INFO-Level? I am from a PHP background and am not so well versed in Tomcat or Java. Is this a section in solrconfig.xml or did you have to edit Solr Java source and recompile? Thanks In Advance Andrew 2009/12/20 Fuad Efendi f...@efendi.ca:

Re: One more happy Solr user ...

2009-10-14 Thread Andrew McCombe
Hi Nice site. First search I tried was for 'italien' in 'Mumbai' which returned zero results. Are you using spellcheck suggestions? Apart from that it's nice and fast. Regards Andrew McCombe iWebsolutions.co.uk 2009/10/14 Avlesh Singh avl...@gmail.com I am pleased to announce the latest

A little help with indexing joined words

2009-10-05 Thread Andrew McCombe
Hi I am hoping someone can point me in the right direction with regards to indexing words that are concatenated together to make other words or product names. We have indexed a product database and have come across some search terms where zero results are returned. There are products in the

Best approach to multiple languages

2009-07-22 Thread Andrew McCombe
to the field name, for example, three fields with description_en, description_de, descrtiption_fr. Is this the best approach or is there a better way? Regards Andrew McCombe

Re: Best approach to multiple languages

2009-07-22 Thread Andrew McCombe
Hi We will know the user's language choice before searching. Regards Andrew 2009/7/22 Grant Ingersoll gsing...@apache.org How do you want to search those descriptions? Do you know the query language going in? On Jul 22, 2009, at 6:12 AM, Andrew McCombe wrote: Hi We have a dataset

Re: FATAL: Solr returned an error: Invalid_Date_String

2009-07-21 Thread Andrew McCombe
Hi Dates must be in ISO 8601 format: http://lucene.apache.org/solr/api/org/apache/solr/schema/DateField.html e.g 1995-12-31T23:59:59Z Hope this helps Andrew McCombe 2009/7/21 Mick England mic...@mac.com Hi, I have the following tag in my xml files: field name=timestamp2009-05-06

1.4 stable release date

2009-07-02 Thread Andrew McCombe
Hi Just wondering if there is a release date for 1.4 stable? Regards Andrew

Integetr field showing as boolean, breaking phps writer

2009-05-15 Thread Andrew McCombe
Hello I have a field defined in schema.xml as an integer which should contain either 0,1,2,10 or 11 values but my results documents are showing this as either 'true' or 'false'. the majority of the half million documents have this field as 0 or 1 but around 6,000 have it as 2,10 or 11. The

Re: Delete documents from index with dataimport

2009-05-14 Thread Andrew McCombe
Hi Yes I'd like the document deleted from Solr and yes, there is a unique document id field in Solr. Regards Andrew Andrew 2009/5/13 Fergus McMenemie fer...@twig.me.uk: Hi Is it possible, through dataimport handler to remove an existing document from the Solr index? I import/update from my

Re: Who is running 1.4 nightly in production?

2009-05-13 Thread Andrew McCombe
We are using a nightly from 13/04. I've found one issue with the PHP ResponseWriter but apart from that it has been pretty solid. I'm using the bundled Jetty server to run it for the moment but hope to move to Tomcat once released and stable (and I have learned Tomcat!). Andrew 2009/5/12

Delete documents from index with dataimport

2009-05-13 Thread Andrew McCombe
Hi Is it possible, through dataimport handler to remove an existing document from the Solr index? I import/update from my database where the active field is true. However, if the client then set's active to false, the document stays in the Solr index and doesn't get removed. Regards Andrew

STop dataimport full-import

2009-05-11 Thread Andrew McCombe
Hi Is it possible to stop a full-import from a dataimport handler and if so, how? If I stop the import or stop Jetty and restart it whilst the full-import is taking place, will it delete the indexed data? Thanks in Advance Andrew

Re: STop dataimport full-import

2009-05-11 Thread Andrew McCombe
, 2009 at 3:13 PM, Andrew McCombe eupe...@gmail.com wrote: Hi Is it possible to stop a full-import from a dataimport handler and if so, how? If I stop the import or stop Jetty and restart it whilst the full-import is taking place, will it delete the indexed data? Thanks in Advance Andrew

Spellcheck.build

2009-05-05 Thread Andrew McCombe
Hi I have imported/indexed around half a million rows from my database into solr and then rebuilt the spellchecker. I've also setup the delta-import to handle and new or changed rows from the database. Do I need to rebuild the spellchecker each time I run the delta-import? Regards Andrew

Filter query with wildcard, fq=a*

2009-04-30 Thread Andrew McCombe
Hi I have half a million records indexed and need to filter results on a term by the first letter. For Example the search term is 'I love' and returns a few thousand records. I need to filter these results for all artists beginning with 'A'. I've tried: 'fq=artistText:A*' But then get no

What is QTime a measure of?

2009-04-06 Thread Andrew McCombe
Hi Just started using Solr/Lucene and am getting to grips with it. Great product! What is the QTime a measure of? is it milliseconds, seconds? I tried a Google search but couldn't fins anything definitive. Thanks In Advance Andrew McCombe