Priorities on fields

2013-01-16 Thread Dariusz Borowski
Hi, Is it possible to define priorities on fields? Lets say I have a product table which has the following fields: - id - title - description - code_name An entry could be like this: id: 42 title: shinny new shoes description: Shinny new shoes made in Italy code_name: shinny-new-shoes-42-2013

Re: Multicore configuration

2013-01-15 Thread Dariusz Borowski
Hi Bruno, Maybe this helps. I wrote something about it: http://www.coderthing.com/solr-with-multicore-and-database-hook-part-1/ Dariusz On Tue, Jan 15, 2013 at 9:52 AM, Bruno Dusausoy wrote: > Hi, > > I'd like to use two separate indexes (Solr 3.6.1). > I've read several wiki pages and looke

Re: configuring schema to match database

2013-01-11 Thread Dariusz Borowski
understand, > Ok seems like a good solution, I just know need to understand how to query > multiple cores now :) > > -Ursprungligt meddelande- > Från: Dariusz Borowski [mailto:darius...@gmail.com] > Skickat: den 11 januari 2013 15:15 > Till: solr-user@lucene.apache.

Re: Reading properties in data-import.xml

2013-01-11 Thread Dariusz Borowski
s the quality of nature that keeps events from happening all at > once. Lately, it doesn't seem to be working. (Anonymous - via GTD book) > > > On Thu, Jan 10, 2013 at 3:58 AM, Dariusz Borowski >wrote: > > > I'm having a problem using a property file in my data-im

Re: configuring schema to match database

2013-01-11 Thread Dariusz Borowski
ure how how to do. > > /Niklas > > > -Ursprungligt meddelande- > Från: Dariusz Borowski [mailto:darius...@gmail.com] > Skickat: den 11 januari 2013 14:56 > Till: solr-user@lucene.apache.org > Ämne: Re: configuring schema to match database > > Hi Niklas, > > Maybe t

Re: configuring schema to match database

2013-01-11 Thread Dariusz Borowski
Hi Niklas, Maybe this link helps: http://www.coderthing.com/solr-with-multicore-and-database-hook-part-1/ D. On Fri, Jan 11, 2013 at 2:19 PM, Niklas Langvig < niklas.lang...@globesoft.com> wrote: > Hi! > I'm quite new to solr and trying to understand how to create a schema from > how our pos

Re: Index data from multiple tables into Solr

2013-01-11 Thread Dariusz Borowski
Hi! I know the pain! ;) That's why I wrote a bit on a blog, so I could remember in the future. Here is the link in case you would like to read a tutorial how to setup SOLR w/ multicore and hook it up to the database: http://www.coderthing.com/solr-with-multicore-and-database-hook-part-1/ I hope

Re: Reading properties in data-import.xml

2013-01-10 Thread Dariusz Borowski
that keeps events from happening all at > once. Lately, it doesn't seem to be working. (Anonymous - via GTD book) > > > On Thu, Jan 10, 2013 at 3:58 AM, Dariusz Borowski >wrote: > > > I'm having a problem using a property file in my data-import.xml file. > >

Reading properties in data-import.xml

2013-01-10 Thread Dariusz Borowski
I'm having a problem using a property file in my data-import.xml file. My aim is to not hard code some values inside my xml file, but rather reusing the values from a property file. I'm using multicore and some of the values are being changed from time to time and I do not want to change them in a

Reading properties in data-import.xml

2013-01-10 Thread Dariusz Borowski
I'm having a problem using a property file in my data-import.xml file. My aim is to not hard code some values inside my xml file, but rather reusing the values from a property file. I'm using multicore and some of the values are being changed from time to time and I do not want to change them in a