com.atlassian.bamboo.index
Interface PostChainIndexWriter
- All Superinterfaces: 
 - BambooPluginModule
 
public interface PostChainIndexWriter
- extends BambooPluginModule
 
Provides a hook into the indexing code put in your own information to the index
 
updateIndexDocument
void updateIndexDocument(@NotNull
                         org.apache.lucene.document.Document document,
                         @NotNull
                         ChainResultsSummary chainResultsSummary)
- Allows you to add lucene fields to the document
 
- Parameters:
 document - - lucene index documentchainResultsSummary - 
 
 
Copyright © 2010 Atlassian. All Rights Reserved.