Qizx fe-4.4p2 API

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

Packages that use Indexing.NumberSieve
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.NumberSieve in com.qizx.api
 

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

Methods in com.qizx.api that return Indexing.NumberSieve
 Indexing.NumberSieve Indexing.Rule.getSieve()
          Returns the Numeric or Date Sieve associated with the rule.
 

Methods in com.qizx.api with parameters of type Indexing.NumberSieve
 void Indexing.Rule.setSieve(Indexing.NumberSieve sieve)
          Defines the Numeric or Date Sieve associated with the rule.
 

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

Classes in com.qizx.api.util.text that implement Indexing.NumberSieve
 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.
 


© 2010 Axyana Software