Nuxeo ECM Projects 5.4.3-SNAPSHOT

org.nuxeo.ecm.core.storage.sql
Class RepositoryDescriptor.FulltextIndexDescriptor

java.lang.Object
  extended by org.nuxeo.ecm.core.storage.sql.RepositoryDescriptor.FulltextIndexDescriptor
Enclosing class:
RepositoryDescriptor

public static class RepositoryDescriptor.FulltextIndexDescriptor
extends Object


Field Summary
 String analyzer
           
 String catalog
           
 Set<String> excludeFields
           
 Set<String> fields
           
 String fieldType
          string or blob
 String name
           
 
Constructor Summary
RepositoryDescriptor.FulltextIndexDescriptor()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

name

public String name

analyzer

public String analyzer

catalog

public String catalog

fieldType

public String fieldType
string or blob


fields

public Set<String> fields

excludeFields

public Set<String> excludeFields
Constructor Detail

RepositoryDescriptor.FulltextIndexDescriptor

public RepositoryDescriptor.FulltextIndexDescriptor()

Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.