org.hibernate.search.cfg
Class IndexEmbeddedMapping

java.lang.Object
  extended by org.hibernate.search.cfg.IndexEmbeddedMapping

public class IndexEmbeddedMapping
extends Object


Constructor Summary
IndexEmbeddedMapping(SearchMapping mapping, PropertyDescriptor property, EntityDescriptor entity)
           
 
Method Summary
 AnalyzerDefMapping analyzerDef(String name, Class<? extends org.apache.solr.analysis.TokenizerFactory> tokenizerFactory)
           
 IndexEmbeddedMapping depth(int depth)
           
 EntityMapping entity(Class<?> entityType)
           
 FieldMapping field()
           
 IndexEmbeddedMapping prefix(String prefix)
           
 PropertyMapping property(String name, ElementType type)
           
 IndexEmbeddedMapping targetElement(Class<?> targetElement)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IndexEmbeddedMapping

public IndexEmbeddedMapping(SearchMapping mapping,
                            PropertyDescriptor property,
                            EntityDescriptor entity)
Method Detail

prefix

public IndexEmbeddedMapping prefix(String prefix)

targetElement

public IndexEmbeddedMapping targetElement(Class<?> targetElement)

depth

public IndexEmbeddedMapping depth(int depth)

property

public PropertyMapping property(String name,
                                ElementType type)

analyzerDef

public AnalyzerDefMapping analyzerDef(String name,
                                      Class<? extends org.apache.solr.analysis.TokenizerFactory> tokenizerFactory)

entity

public EntityMapping entity(Class<?> entityType)

field

public FieldMapping field()


Copyright © 2006-2012 Red Hat Middleware, LLC. All Rights Reserved