Interface LuceneIndexNodeCollector
-
public interface LuceneIndexNodeCollector
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidcollect(String absolutePath, LuceneIndexObjectField node)voidcollect(String absoluteFieldPath, LuceneIndexValueField<?> node)voidcollect(LuceneIndexObjectFieldTemplate template)voidcollect(LuceneIndexValueFieldTemplate template)
-
-
-
Method Detail
-
collect
void collect(String absolutePath, LuceneIndexObjectField node)
-
collect
void collect(String absoluteFieldPath, LuceneIndexValueField<?> node)
-
collect
void collect(LuceneIndexObjectFieldTemplate template)
-
collect
void collect(LuceneIndexValueFieldTemplate template)
-
-