eu.xenit.apix.properties.PropertyTokenised Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of apix-interface Show documentation
Show all versions of apix-interface Show documentation
Xenit API-X Java interface
package eu.xenit.apix.properties;
/**
* Determines how the property its value is tokenized in the search index. If 'true', the string value of the property
* is tokenized before indexing if 'false', it is indexed 'as is' as a single string if 'both' then both forms above are
* in the index
*/
public enum PropertyTokenised {
TRUE, FALSE, BOTH
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy