Hi guys,
I'm trying to get the new Lucene indexer to work in a poc. I've created a fairly simple repository with two instances based on the LuceneIndexProvider which makes use of a builder based on the ProductIndexBuilder. The fields are fetched using the ProductIndexSchemaExtender. The instances are filled with data (10.000 products) and I've created a simple query without any expressions which should return the full list of products if I'm not mistaking.
Next; I created a page with the ecom module showing products from the Index, using the query I've just described. When looking at the page with the module, the 'no products found' template is loaded... which is strange given the fact that I'm not narrowing my search down with any specific expression in my query.
Am I missing something here? I've followed the (good!) video "Search and you will find" from Jeppe but I'm not able to make it work on my machine. Any suggestions?
Cheers,
Tom