Matt Weber schrieb:
http://wiki.apache.org/solr/MultipleIndexes
Thanks, Mark. Your explanation and the pointer to the Wiki have
clarified things for me.
Michael Ludwig
e
our data is small.
Thanks,
Kalyan Manepalli
-Original Message-
From: Chris Masters [mailto:roti...@yahoo.com]
Sent: Tuesday, May 05, 2009 10:00 AM
To: solr-user@lucene.apache.org
Subject: Multi-index Design
Hi All,
I'm [still!] evaluating Solr and setting up a PoC. The requi
1 - A field that is called "type" which is probably a string field
that you index values such as "people", "organization", "product".
2 - Yes, for each document you are indexing, you will include it's
type, ie. "person"
3, 4, 5 - You would have a core for each domain. Each domain will
th
Chris Masters schrieb:
- flatten the searchable objects as much as I can - use a type field
to distinguish - into a single index
- use multi-core approach to segregate domains of data
Some newbie questions:
(1) What is a "type field"? Is it to designate different types of
documents, e.g.
ecs, query complexity and rate.
Otis
--
Sematext -- http://sematext.com/ -- Lucene - Solr - Nutch
- Original Message
> From: Chris Masters
> To: solr-user@lucene.apache.org
> Sent: Tuesday, May 5, 2009 10:59:40 AM
> Subject: Multi-index Design
>
>
> Hi All,
>
&g
More precisely, we use a single core, flat schema, with a type field.
wunder
On 5/5/09 8:48 AM, "Walter Underwood" wrote:
> That is how we do it at Netflix. --wunder
>
> On 5/5/09 7:59 AM, "Chris Masters" wrote:
>
>> 1) Is this approach/design sensible and do others use it?
>
That is how we do it at Netflix. --wunder
On 5/5/09 7:59 AM, "Chris Masters" wrote:
> 1) Is this approach/design sensible and do others use it?
Hi All,
I'm [still!] evaluating Solr and setting up a PoC. The requirements are to
index the following objects:
- people - name, status, date added, address, profile, other people specific
fields like group...
- organisations - name, status, date added, address, profile, other
organisationa