Response writer configs

2009-12-01 Thread Ross
er area is commented out but they all still work. wt=php etc returns the php format. How is it working if they're not defined? Are they defined elsewhere? Thanks Ross

Solr Cell - PDFs plus literal metadata - GET or POST ?

2009-12-29 Thread Ross
nd line can reasonably be. I know Curl may not be the right thing to use for production use but this is initially to get some data indexed for test and demo. Thanks Ross

Re: Solr Cell - PDFs plus literal metadata - GET or POST ?

2010-01-06 Thread Ross
: Re: Solr Cell - PDFs plus literal metadata - GET or POST ? > > On Wed, Dec 30, 2009 at 7:49 AM, Ross wrote: > >> Hi all >> >> I'm experimenting with Solr. I've successfully indexed some PDFs and >> all looks good but now I want to index some PDFs with

Solr Cell. Seems to be only indexing the first N bytes of a text file.

2010-03-20 Thread Ross
ill probably be indexed only. On a test file that I've been editing and moving my unique word around, it seems to stop working if that word is beyond the 100 KB point in the file. I think another file earlier gave a different result. Hopefully I'm missing something obvious. Thanks for any help. Ross

Re: Solr Cell. Seems to be only indexing the first N bytes of a text file.

2010-03-20 Thread Ross
Thanks Erick. That was it. All looking good now. Cheers Ross On Sat, Mar 20, 2010 at 9:29 PM, Erick Erickson wrote: > Does our solarconfig file have a line like... > 1 > ? > > Try upping the 1... > > HTH > Erick > > On Sat, Mar 20, 2010 at 8:40 PM, Ross

Solr crashing while extracting from very simple text file

2010-03-21 Thread Ross
ge them to something else or make them lower case then it works. In my real files, the XX is something else but the result is the same. It's a common word in the files. I guess for this "quick and dirty" job I'm doing I could do a bulk replace in the files to make it lower case.

Re: Solr crashing while extracting from very simple text file

2010-03-22 Thread Ross
ml files rather than plain text. It just adds an html header and wraps everything in a tag. That seems to keep Solr happy. Ross On Mon, Mar 22, 2010 at 9:08 AM, György Frivolt wrote: > Hi, > >    I had problem with indexing documents some months ago as well. I found > that there were XM

Re: Solr crashing while extracting from very simple text file

2010-03-22 Thread Ross
. I didn't have anything to do with the scanning. I'm guessing but it seems that something in the Tomcat / Solr / Tika implementation tries to load it all into memory at once. pdftotext (part of http://www.foolabs.com/xpdf/download.html ) seems to do it nicely and processes small chunks at a

Re: Solr crashing while extracting from very simple text file

2010-03-31 Thread Ross
x XXBLE It's a bit unfortunate because a similar word (a person's name ??BLE ) with the same problem appears frequently in upper case near the top of my files. Cheers Ross On Sun, Mar 21, 2010 at 12:58 PM, Ross wrote: > Hi all > > I'm trying to import some text files.

Re: Solr crashing while extracting from very simple text file

2010-04-01 Thread Ross
Hi Chris, thanks for looking at this. I'm using Solr 1.4.0 including the Tika that's in the tgz file which means Tika 0.4. I've now discovered that only two letters are required. A single line with XE will crash it. This fails: r...@gamma:/home/ross# hexdump -C test.txt 000

RE: Indexing data from multiple datasources

2011-06-09 Thread David Ross
This thread got me thinking a bit... Does SOLR support the concept of "partial updates" to documents? By this I mean updating a subset of fields in a document that already exists in the index, and without having to resubmit the entire document. An example would be storing/indexing user tags ass

Unsubscribing

2009-02-02 Thread Ross MacKinnon
I've tried multiple times to unsubscribe from this list using the proper method (mailto:solr-user-unsubscr...@lucene.apache.org), but it's not working! Can anyone help with that?

RE: Unsubscribing

2009-02-03 Thread Ross MacKinnon
. :-) Ross From: Chris Hostetter [mailto:hossman_luc...@fucit.org] Sent: Tue 2/3/2009 2:18 PM To: solr-user@lucene.apache.org Subject: Re: Unsubscribing : Subject: Unsubscribing : : I've tried multiple times to unsubscribe from this list using the p

Mac OSX - error reading /usr/local/lib/libsvnjavahl-1.0.0.0.dylib

2006-08-14 Thread Ross McDonald
I assume it is probably quite easy to fix this, or that plenty of people are running Solr on OSX, I would appreciate any advice on how to fix this up, thanks for your time, Ross McDonald ___ Inbox full of spam? Get le

Re: Mac OSX - error reading /usr/local/lib/libsvnjavahl-1.0.0.0.dylib

2006-08-14 Thread Ross McDonald
o output, once again indicating that the file is not a valid jar, regards, Ross. On 15 Aug 2006, at 00:09, Chris Hostetter wrote: : The older version of Jetty that we are using requires the JDK version, : not the JRE version of 'java' so it can compile JSPs via javac. Maybe

Re: Mac OSX - error reading /usr/local/lib/libsvnjavahl-1.0.0.0.dylib

2006-08-15 Thread Ross McDonald
Hi all, yes I suspect that may be the problem, I will go through some web guides on Java and Mac, see if anythingcomes up.. thanks, Ross. On 15 Aug 2006, at 13:44, Erik Hatcher wrote: Just as a data point, my team (3 of us) develop on OS X using Solr with no problems. Two of us are on

Re: Mac OSX - error reading /usr/local/lib/libsvnjavahl-1.0.0.0.dylib

2006-08-16 Thread Ross McDonald
Fantastic, thanks for your efforts Chris, that was in fact the problem, I removed all trace of those files, and it works just fine!!! Now I just need to figure out why my system was still displaying these symptons despite updates being done... once again thanks for your help, Ross. On 15