Package org.hibernate.search.util.logging.impl

Examples of org.hibernate.search.util.logging.impl.LoggerInfoStream


    hsearchLogger.setLevel( hsearchLevel );
  }

  @Test
  public void testEnableInfoStream() throws Exception {
    LoggerInfoStream infoStream = new LoggerInfoStream();

    RAMDirectory directory = new RAMDirectory();
    IndexWriterConfig indexWriterConfig = new IndexWriterConfig( VERSION, new StandardAnalyzer( VERSION ) );
    indexWriterConfig.setInfoStream( infoStream );
View Full Code Here

TOP

Related Classes of org.hibernate.search.util.logging.impl.LoggerInfoStream

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.