Interface IndexDefinition
- 
- All Known Implementing Classes:
 LuceneIndexDefinition,OakPropertyIndexDefinition
@Deprecated public interface IndexDefinitionDeprecated.AIndexDefinitionrepresents a jackrabbit-oak Index Definition 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description booleanbuild(Resource resource)Deprecated.Creates the IndexDefinition under given resourcebooleanbuild(Resource resource, boolean reindex)Deprecated.Creates the IndexDefinition under given resource and initiates indexing process 
 - 
 
- 
- 
Method Detail
- 
build
boolean build(Resource resource)
Deprecated.Creates the IndexDefinition under given resource- Parameters:
 resource- Resource under which the IndexDefinition is to be created
 
- 
build
boolean build(Resource resource, boolean reindex)
Deprecated.Creates the IndexDefinition under given resource and initiates indexing process- Parameters:
 resource- Resource under which the IndexDefinition is to be createdreindex- Triggers re-indexing process
 
 - 
 
 -