You can keep different type of documents in the same index.  If each
document has a type field.  You can restrict your searches to specific
type(s) of document by using a filter query, which is very fast and
efficient.

Bill

On Fri, May 28, 2010 at 12:28 PM, Nagelberg, Kallin <
knagelb...@globeandmail.com> wrote:

> Multi-core is an option, but keep in mind if you go that route you will
> need to do two searches to correlate data between the two.
>
> -Kallin Nagelberg
>
> -----Original Message-----
> From: Robert Zotter [mailto:robertzot...@gmail.com]
> Sent: Friday, May 28, 2010 12:26 PM
> To: solr-user@lucene.apache.org
> Subject: Re: Storing different entities in Solr
>
>
> Sounds like you'll want to use a multiple core setup. One core fore each
> type
> of "document"
>
> http://wiki.apache.org/solr/CoreAdmin
> --
> View this message in context:
> http://lucene.472066.n3.nabble.com/Storing-different-entities-in-Solr-tp852299p852346.html
> Sent from the Solr - User mailing list archive at Nabble.com.
>

Reply via email to