Class FullTextThread

  • All Implemented Interfaces:
    java.lang.Runnable

    @Deprecated
    public class FullTextThread
    extends ExecutionThread
    Deprecated.
    Library entry-point for indexing. Once the FullTextThread is properly initialized calling ExecutionThread.run() repeatedly and from multiple threads should be safe. For more control, use the EventLogLoader.more() method to test how often calls to ExecutionThread.run() should be made. See Main for examples. By default, the indexing will take place as "root".
    Since:
    3.0-Beta3
    • Field Detail

      • waitForLock

        protected final boolean waitForLock
        Deprecated.
    • Method Detail

      • start

        public void start()
        Deprecated.
        Called by Spring on creation. Currently a no-op.
      • stop

        public void stop()
        Deprecated.
        Called by Spring on destruction. Waits for the global lock on DetailsFieldBridge then marks this thread as inactive.