Qizx fe-4.4p2 API

Uses of Interface
com.qizx.api.Indexing.Sieve

Packages that use Indexing.Sieve
com.qizx.api API of the embeddable version of the Qizx XML Query engine. 
com.qizx.api.util.text Text-related utility classes, in particular implementations of base indexing Sieves. 
 

Uses of Indexing.Sieve in com.qizx.api
 

Subinterfaces of Indexing.Sieve in com.qizx.api
static interface Indexing.DateSieve
          Pluggable analyzer/converter of date-time values, for custom indexing.
static interface Indexing.NumberSieve
          Pluggable analyzer/converter of numeric values, for custom indexing.
 

Uses of Indexing.Sieve in com.qizx.api.util.text
 

Classes in com.qizx.api.util.text that implement Indexing.Sieve
 class FormatDateSieve
          DateSieve implementation: uses a DateFormat (by default the short format of the default locale.)
 class FormatNumberSieve
          Converts a number using a Java NumberFormat.
 class ISODateSieve
          Default DateSieve implementation: recognizes ISO date and dateTime.
 class SieveBase
          Base class of Sieve implementations.
 


© 2010 Axyana Software