Re: Multi index

2009-11-30 Thread Shalin Shekhar Mangar
On Sat, Nov 28, 2009 at 3:12 PM, Jörg Agatz wrote: > Hallo Users... > > At the Moment i test MultiCorae Solr, but i cant search in more than one > core direktly.. > > Exist a way to use multiindex, 3-5 Indizes in one core ans search direkty > in > all? ore only in one? > > > You can search on all

Re: Multi Index

2009-11-29 Thread Shalin Shekhar Mangar
On Sun, Nov 29, 2009 at 11:26 AM, Bhuvi HN wrote: > Hi all > I am in need of using single Solr instance for multi indexing. Please let > me > know if this is possble to do. > See http://wiki.apache.org/solr/MultipleIndexes As a best practice, consider de-normalizing your data, if possible. --

Re: Multi-index Design

2009-05-06 Thread Michael Ludwig
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

RE: Multi-index Design

2009-05-05 Thread Manepalli, Kalyan
That's how we do it in Orbitz. We use "type" field to separate content, review and promotional information in one single index. And then we use the last-components to plugin these data together. Only thing that we haven't yet tested is the scalability of this model, since our data is small. Th

Re: Multi-index Design

2009-05-05 Thread Matt Weber
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

Re: Multi-index Design

2009-05-05 Thread Michael Ludwig
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.

Re: Multi-index Design

2009-05-05 Thread Otis Gospodnetic
Chris, 1) I'd put different types of data in different cores/instances, unless you relly need to search them all together. By using only common attributes you are kind of killing the richness of data and your ability to do something useful with it. 2) I'd triple-check the "do a second da

Re: Multi-index Design

2009-05-05 Thread Walter Underwood
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? >

Re: Multi-index Design

2009-05-05 Thread Walter Underwood
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?

Re: Multi-index searches

2007-12-17 Thread Ryan McKinley
Kirk Beers wrote: Kirk Beers wrote: Hi, I am interested in using solr and I ran the tutorial but I was wondering if it supports multi-index searching ? Kirk Allow me to clear that up! I would like to have the documents of 2 indices returned at once. Does solr support that ? Or am will it o

Re: Multi-index searches

2007-12-17 Thread Kirk Beers
Kirk Beers wrote: Hi, I am interested in using solr and I ran the tutorial but I was wondering if it supports multi-index searching ? Kirk Allow me to clear that up! I would like to have the documents of 2 indices returned at once. Does solr support that ? Or am will it only return the doc