Package org.apache.lucene.facet.enhancements

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

Related Classes of org.apache.lucene.facet.enhancements.CategoryEnhancementDummy1

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.