Re: "Auto commit error" and java.io.FileNotFoundException

2008-08-29 Thread Chris Hostetter
: I get these NullPointException records every once and a while, always : from SolrCore and SolrDispatchFilter. Don't get a stack trace, and no : nearby errors seem to clarify what might have happened. that's really strange ... i'm not sure what's causing those, or why you aren't seeing a stack

Re: Rounding date fields

2008-08-29 Thread Chris Hostetter
: > it also starts to get ito the realm of "arbitrary processing of values : > prior to storing/indexing ... which could be useful in other ways (ie: : > parsing alternate date formats) and for other field types (ie: limit : > numeric fiels to a certain range, round float input to an int, etc...)

Re: Lucene Query reuse

2008-08-29 Thread Chris Hostetter
: Rephrasing: I do realize that I would be able to "flatten" my Lucene : Query-object to its String-representation and possibly use that as a query : input to SolrQuery. But would that work for all queries ... or is the Lucene : object-representation more expressive (i.e. richer) than the string-r

Re: Creating dynamic fields with DataImportHandler

2008-08-29 Thread wojtekpia
I have created SOLR-742: http://issues.apache.org/jira/browse/SOLR-742 For my case, I don't know the field name ahead of time. Shalin Shekhar Mangar wrote: > > Yes, sounds like a bug. Do you mind opening a jira issue for this? > > A simple workaround is to add the field name (if you know it

Re: Solr :: Snapshooter Cannot allocate memory

2008-08-29 Thread Yonik Seeley
The OS is checking that there is enough memory... add swap space: http://www.nabble.com/Not-enough-space-to11423199.html#a11432978 -Yonik On Fri, Aug 29, 2008 at 4:40 PM, OLX - Pablo Garrido <[EMAIL PROTECTED]> wrote: > Hello > >We are facing this recurrent error on our Master Solr Server

Re: Creating dynamic fields with DataImportHandler

2008-08-29 Thread Shalin Shekhar Mangar
Yes, sounds like a bug. Do you mind opening a jira issue for this? A simple workaround is to add the field name (if you know it beforehand) to your data config and use the Transformer to set the value. If you don't know the field name before hand then this will not work for you. On Sat, Aug 30, 2

Re: Lucene Query reuse

2008-08-29 Thread Tobias Hill
Rephrasing: I do realize that I would be able to "flatten" my Lucene Query-object to its String-representation and possibly use that as a query input to SolrQuery. But would that work for all queries ... or is the Lucene object-representation more expressive (i.e. richer) than the string-rep? Mayb

Solr :: Snapshooter Cannot allocate memory

2008-08-29 Thread OLX - Pablo Garrido
Hello We are facing this recurrent error on our Master Solr Server every now and then : SEVERE: java.io.IOException: Cannot run program "/opt/solr/bin/snapshooter" (in directory "solr/bin"): java.io.IOException: error=12, Cannot allocate memory at java.lang.ProcessBuilder.start(Pr

admin/logging page and "Effective" level

2008-08-29 Thread Chris Hostetter
I'm looking at the display page for the new LogLevelSelection servlet for the first time today, and something isn't adding up for me based on my knowledge of JDK logging, and the info on the page. according to the explanation there... The effective logging level is shown to the far right. If

Creating dynamic fields with DataImportHandler

2008-08-29 Thread wojtekpia
I have a custom row transformer that I'm using with the DataImportHandler. When I try to create a dynamic field from my transformer, it doesn't get created. If I do exactly the same thing from my dataimport handler config file, it works as expected. Has anyone experienced this? I'm using a nigh

Re: Solr Logo thought

2008-08-29 Thread Mark Miller
Its definitely open for submissions. We are at the very beginnings of this contest still it seems, so there is plenty of time. - Mark brosseau wrote: is this thing still open for propositions ? we have an in house graphical artist and i could ask him to take a shot he does very nice work. 200

Performance of putting the solr data in SAN.

2008-08-29 Thread Yongjun Rong
Hi, I'm jus wondering if anybody has experinces about putting the solr data in SAN instead of local disk. Is there a big performance penalty? Please share with me your experiences. Thank you very much. Yongjun Rong

Re: Wrong sort by score

2008-08-29 Thread Yuri Jan
There was a bug in my implementation of tf(float freq). It was always 1, even when the frequency was 0. This caused a discrepancy between the score and the debug info score - it seems like in the debug all the dismax fields got score, while in the "real" score fields with document frequency 0 were

Lucene Query reuse

2008-08-29 Thread Tobias Hill
Hi, I am process of moving from HibernateSearch (backed by Lucene) to Solr (ditto) in our application- In HibernateSearch I use the Query-class provided by Lucene to build a rather intricate query programatically. I would like to make my transition into Solr + Solrj as smooth as possible and hen

Re: Regarding Indexing

2008-08-29 Thread Neeti Raj
Hi You can read here and decide which strategy to adopt for maintaining multiple indexes - http://wiki.apache.org/solr/MultipleIndexes I used the 1st option of 'Multiple Solr webapps' as I used single Solr instance for indexing my 2 different modules. - Neeti On Fri, Aug 29, 2008 at 3:07 PM, s

Re: Regarding Indexing

2008-08-29 Thread Norberto Meijome
On Fri, 29 Aug 2008 02:37:10 -0700 (PDT) sanraj25 <[EMAIL PROTECTED]> wrote: > I want to store two independent datas in solr index. so I decided to create > two index.But that's not possible.so i go for multicore concept in solr > .can u give me step by step procedure to create multicore in solr

Re: Regarding Indexing

2008-08-29 Thread sanraj25
I want to store two independent datas in solr index. so I decided to create two index.But that's not possible.so i go for multicore concept in solr .can u give me step by step procedure to create multicore in solr regards, Santhanaraj R Norberto Meijome-2 wrote: > > On Fri, 29 Aug 2008 00:3

Re: Regarding Indexing

2008-08-29 Thread Norberto Meijome
On Fri, 29 Aug 2008 00:31:13 -0700 (PDT) sanraj25 <[EMAIL PROTECTED]> wrote: > But still i cant maintain two index. > please help me how to create two cores in solr What specific problem do you have ? B _ {Beto|Norberto|Numard} Meijome "Always listen to experts. They'll

Regarding Indexing

2008-08-29 Thread sanraj25
Hi To maintain two separate datas in solr ,I tried to create two index with the help of http://wiki.apache.org/solr/CoreAdmin http://wiki.apache.org/solr/CoreAdmin instruction.From the document I put solr.xml on the solr home directory. But still i cant maintain two index. please help me