Bug in Campsite indexer
  • Hello Mugur,

    When using multiple instance of campsite, we noticed that the indexer doesn't index the articles, and running it from the shell gives this output:

    [root@ammannet sbin]# ./campsite_indexer
    campsite_indexer: Adding keyword: query: Column 'Id' cannot be null
    campsite_indexer: Adding keyword: query: Column 'Id' cannot be null
    campsite_indexer: Adding keyword: query: Column 'Id' cannot be null
    campsite_indexer: Adding keyword: query: Column 'Id' cannot be null

    The solution we found for this issue is to add a record to the KeywordIndex table. After doing that, the indexer works fine and index all articles.