All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.enonic.xp.index.IndexConfigDocument Maven / Gradle / Ivy

There is a newer version: 7.14.4
Show newest version
package com.enonic.xp.index;

import com.enonic.xp.annotation.PublicApi;
import com.enonic.xp.data.PropertyPath;

@PublicApi
public interface IndexConfigDocument
{
    String getAnalyzer();

    IndexConfig getConfigForPath( PropertyPath dataPath );

    IndexConfig getConfigForPath( IndexPath indexPath );

    AllTextIndexConfig getAllTextConfig();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy