• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Problem Indexing Board

 
Ranch Hand
Posts: 17424
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
All,

I've hacked around an issue, but I wanted to make you guys aware of what I did.

I was using the web interface to re-index my board, with no luck. So, I switched to use the command line interface. That didn't work either (using message indexing based on the post ids). After some debugging I found that the problem was in the batch mode. I'm not sure why or what was the cause, but when I switched LuceneReindexer:181 from:

luceneIndexer.batchCreate(post);

to

luceneIndexer.create(post);

Everything indexed properly.

I just wanted to make you guys aware. You may already have a patch in place, or this may be environmental. I'm not sure.

-brian
[originally posted on jforum.net by boneill]
 
reply
    Bookmark Topic Watch Topic
  • New Topic