Interface IndexFieldProvider


  • @Deprecated
    public interface IndexFieldProvider
    Deprecated.
    This interface exposes Lucene API directly - it will be removed soon. Use the "dynamicBoost" feature instead.
    Implementations of this interface would get callbacks while indexing documents. It's the responsibility of the implementation to exit as early as possible if it doesn't care about the document being indexed.