Indexing different type of Entities/Objects with Solr Lucene
Posted
by Yos
on Stack Overflow
See other posts from Stack Overflow
or by Yos
Published on 2010-06-14T11:41:33Z
Indexed on
2010/06/14
11:42 UTC
Read the original article
Hit count: 202
Let's say I want to index my shop using Solr Lucene.
I have many types of entities : Products, Product Reviews, Articles
How do I get my Lucene to index those types, but each type with different Schema ?
© Stack Overflow or respective owner