Creating an Index using Examine with Multiple Fields of the Same Key
I'm attempting to uses Examine as a wrapper for Lucene however the SimpleDataSet prevents you from adding multiple values with the same key. For example with our product catalogue there are products with attributes but different values. i.e. I would like to have the a key as "AreaOfUse" and two values "Bathroom" and "Kitchen".
Anyone have any suggestions or do I need to override classes in the Examine.LuceneEngine.Providers.LuceneIndexer
Creating an Index using Examine with Multiple Fields of the Same Key
I'm attempting to uses Examine as a wrapper for Lucene however the SimpleDataSet prevents you from adding multiple values with the same key. For example with our product catalogue there are products with attributes but different values. i.e. I would like to have the a key as "AreaOfUse" and two values "Bathroom" and "Kitchen".
Anyone have any suggestions or do I need to override classes in the Examine.LuceneEngine.Providers.LuceneIndexer
//John
is working on a reply...