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
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
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
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