Re: How to change tmp directory

2012-07-05 Thread Erik Fäßler
nvironment variable. > > -- Jack Krupansky > > -----Original Message- From: Erik Fäßler > Sent: Wednesday, July 04, 2012 3:56 AM > To: solr-user@lucene.apache.org > Subject: How to change tmp directory > > Hello all, > > I came about an odd issue today when I w

How to change tmp directory

2012-07-04 Thread Erik Fäßler
Hello all, I came about an odd issue today when I wanted to add ca. 7M documents to my Solr index: I got a SolrServerException telling me "No space left on device". I had a look at the directory Solr (and its index) is installed in and there is plenty space (~300GB). I then noticed a file named

Stats Component and solrj

2012-04-24 Thread Erik Fäßler
Hey all, I'd like to know how many terms I have in a particular field in a search. In other words, I want to know how many facets I have in that field. I use string fields, there are no numbers. I wanted to use the Stats Component and use its "count" value. When trying this out in the browser,

Re: Field length and scoring

2012-03-24 Thread Erik Fäßler
Ahh, that's it - I thought of such a thing but couldn't find a proper affirmation with Google. Thank you both for your answers. I guess I will just sort by value length myself. Only one thing: Erick said my examples would both be one token long. But I rather think, there are both one "value" l

Field length and scoring

2012-03-23 Thread Erik Fäßler
Hello there, I have a quite basic question but my Solr is behaving in a way I'm not quite sure of why it does so. The setup is simple: I have a field "suggestionText" in which single strings are indexed. Schema: Since I want this field to serve for a suggestion-search, the input string is

Re: Uncomplete date expressions

2011-10-29 Thread Erik Fäßler
t; complete and you would also have it too. > > Cheers > > François > > On Oct 29, 2011, at 9:12 AM, Erik Fäßler wrote: > >> Hi all, >> >> I want to index MEDLINE documents which not always contain complete dates of >> publication. The year is know

Uncomplete date expressions

2011-10-29 Thread Erik Fäßler
Hi all, I want to index MEDLINE documents which not always contain complete dates of publication. The year is known always. Now the Solr documentation states, dates must have the format "1995-12-31T23:59:59Z" for which month, day and even the time of the day must be known. I could, of course, j

Re: Facetting: Some questions concerning method:fc

2011-05-19 Thread Erik Fäßler
Am 19.05.2011 16:07, schrieb Yonik Seeley: On Thu, May 19, 2011 at 9:56 AM, Erik Fäßler wrote: I have a few questions concerning the field cache method for faceting. The wiki says for enum method: "This was the default (and only) method for faceting multi-valued fields prior to Sol

Facetting: Some questions concerning method:fc

2011-05-19 Thread Erik Fäßler
Hey all! I have a few questions concerning the field cache method for faceting. The wiki says for enum method: "This was the default (and only) method for faceting multi-valued fields prior to Solr 1.4. ". And for fc method: "This was the default method for single valued fields prior to Solr

Re: SOLR 1.4.1 : Indexing DateField time zone problem

2010-11-25 Thread Erik Fäßler
Hm - but I observed this, too. And I didn't do anything with SQL at all. I was parsing date strings out of XML, creating a string which could be formatted using DIH's DateFormatTransformer. But the indexed dates have been a few hours too early in my case, switching back the dates to one day befo

Re: DIH full-import failure, no real error message

2010-11-19 Thread Erik Fäßler
Yes, I noticed just after sending the message. My apologies! Best, Erik Am 20.11.2010 um 00:32 schrieb Chris Hostetter : > > : Subject: DIH full-import failure, no real error message > : References: > : In-Reply-To: > > http://people.apache.org/~hossman/#threadhijack > Thread Hijacking on M

Re: DIH full-import failure, no real error message

2010-11-19 Thread Erik Fäßler
Hello Erick, I guess I'm the one asking for pardon - but sure not you! It seems, you're first guess could already be the correct one. Disc space IS kind of short and I believe it could have run out; since Solr is performing a rollback after the failure, I didn't notice (beside the fact that t

Re: DIH full-import failure, no real error message

2010-11-17 Thread Erik Fäßler
o me, thank you! Best regards, Erik Am 17.11.2010 16:25, schrieb Tommaso Teofili: Hi Erik 2010/11/17 Erik Fäßler . But until this point it is necessary to retrieve the full documents, otherwise I'd have to re-evaluate and partly rewrite our UIMA-Pipelines. Did you see https://is

Re: DIH full-import failure, no real error message

2010-11-17 Thread Erik Fäßler
ex whatever you need to search, and index what you need to fetch the document from an external store. You can index the values of selected tags as fields in your documents. That would also give you far more flexibility when searching. Best Erick On Tue, Nov 16, 2010 at 9:48 AM, Erik Fäßler wrote:

Re: DIH full-import failure, no real error message

2010-11-16 Thread Erik Fäßler
m. 40-50G is a large index, but it's certainly within Solr's capability, so you're not hitting any built-in limits. My first guess would be that you're running out of disk, at least that's the first thing I'd check next... Best Erick On Tue, Nov 16, 2010 at 3

Re: DIH full-import failure, no real error message

2010-11-16 Thread Erik Fäßler
them yourself. from 'http://blogs.techrepublic.com.com/security/?p=4501&tag=nl.e036' EARTH has a Right To Life, otherwise we all die. - Original Message From: Erik Fäßler To: solr-user@lucene.apache.org Sent: Tue, November 16, 2010 12:33:28 AM Subject: DIH full-import failure, no real

DIH full-import failure, no real error message

2010-11-16 Thread Erik Fäßler
Hey all, I'm trying to create a Solr index for the 2010 Medline-baseline (www.pubmed.gov, over 18 million XML documents). My goal is to be able to retrieve single XML documents by their ID. Each document comes with a unique ID, the PubMedID. So my schema (important portions) looks like this: