Examples of CategoryEnhancementDummy1


Examples of org.apache.lucene.facet.enhancements.CategoryEnhancementDummy1

  @Test
  public void testCategoryEnhancements() {
    EnhancementsIndexingParams params =
      new DefaultEnhancementsIndexingParams(
          new CategoryEnhancementDummy1());

    // check retainable properties
    List<Class<? extends CategoryProperty>> retainableProps = params
        .getRetainableProperties();
    assertNull("Unexpected content in retainable list", retainableProps);
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. 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.