Re: Several indexes

2012-10-17 Thread Erick Erickson
You've got it On Wed, Oct 17, 2012 at 10:04 AM, blopez wrote: > Thank you both. > > At the end I decided to implement the multi-core approach. I think it's the > fastest and easiest solution, and now it's working fine with two cores. > > By the way, to check if it's implemented properly... e

Re: Several indexes

2012-10-17 Thread blopez
Thank you both. At the end I decided to implement the multi-core approach. I think it's the fastest and easiest solution, and now it's working fine with two cores. By the way, to check if it's implemented properly... each 'core folder' (in my case core0, core1, ...) needs its 'bin', 'conf' and 'd

Re: Several indexes

2012-10-17 Thread Erick Erickson
Jochen's suggestion is a good one. Alternately you could just index all the fields into a single schema with, say, a "type" field to use in a filter query to separate the searches. Which you choose is largely a matter of taste. Unless there are a LOT of documents the penalty for having unused fiel

Re: Several indexes

2012-10-17 Thread Jochen Just
You probably should try a multi core installation: http://wiki.apache.org/solr/CoreAdmin should get you started. Am 17.10.2012 12:21, schrieb blopez: > Hi all, > > I'm facing a problem that I think is easier to solve than I really > think. > > Overview: I have an application working on Solr which